| Package | Description |
|---|---|
| com.github.fakemongo.junit |
| Class and Description |
|---|
| FongoAsync
Faked out version of com.mongodb.client.async.Mongo
This class doesn't implement Mongo, but does provide the same basic interface
Usage:
FongoAsync fongo = new FongoAsync("test server");
// if you need an instance of com.mongodb.async.MongoClient
com.mongodb.async.MongoClient mongo = fongo.getMongoClient();
|
Copyright © 2018. All rights reserved.