jmockmongo icon indicating copy to clipboard operation
jmockmongo copied to clipboard

Fake in-process (Java), in-memory MongoDB for unit testing

Results 5 jmockmongo issues
Sort by recently updated
recently updated
newest added

I am developing a new tool for testing nosql systems called NoSqlUnit https://github.com/lordofthejars/nosql-unit, it would be perfect if jmockmongo can be downloaded from maven central repository although it is on...

enhancement

Could you release a 0.0.3 version including the latest code updates ? Thanks in advance, Franck

This feature required for getting correct results from com.mongodb.DB.getCollectionNames() Currently it returns empty array with mockmongo I fixed this problem locally and can push this change

enhancement

Hello, I have a "small" feature request: support for mapReduce command. I hope it won't be too painful. Ivan

enhancement

DefaultQueryHandler should support nested field queries. It currently throws an UnsupportedOperationException.

enhancement