Hi,
I was just researching if Fongo could fake me a com.mongodb.async.MongoClient and I stumbeld upon the com.github.fakemongo.async.FongoAsync.
Within the java-doc it says:
* FongoAsync fongo = new FongoAsync("test server");
* // if you need an instance of com.mongodb.async.MongoClient
* com.mongodb.async.MongoClient mongo = fongo.getMongoClient();
but the method getMongoClient does not exist and the getMongo method does not returen a async-MongoClient.
I wounder how the FongoAsync is intended to be used?
Hi, I was just researching if Fongo could fake me a
com.mongodb.async.MongoClient
and I stumbeld upon thecom.github.fakemongo.async.FongoAsync
.Within the java-doc it says:
but the method
getMongoClient
does not exist and thegetMongo
method does not returen a async-MongoClient.I wounder how the
FongoAsync
is intended to be used?best regards Peter