MongoClient interface instead. This interface
will be removed on or after the 1.3.0 release.@Deprecated public class MongoImplTest extends Object
MongoImpl class.| Constructor and Description |
|---|
MongoImplTest()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
setUp()
Deprecated.
Creates the base set of objects for the test.
|
void |
tearDown()
Deprecated.
Cleans up the base set of objects for the test.
|
void |
testAsSerializedClient()
Deprecated.
Test method for
MongoClientImpl.asSerializedClient() . |
void |
testAsSerializedMongo()
Deprecated.
Test method for
MongoImpl.asSerializedMongo() . |
void |
testClose()
Deprecated.
Test method for
MongoClientImpl.close(). |
void |
testConstructor()
Deprecated.
Test method for
MongoImpl.MongoImpl(com.allanbank.mongodb.MongoDbConfiguration)
. |
void |
testGetDatabase()
Deprecated.
Test method for
MongoClientImpl.getDatabase(java.lang.String)
. |
void |
testListDatabases()
Deprecated.
Test method for
MongoClientImpl.listDatabaseNames(). |
public void setUp()
public void tearDown()
public void testAsSerializedClient()
MongoClientImpl.asSerializedClient() .public void testAsSerializedMongo()
MongoImpl.asSerializedMongo() .public void testClose()
MongoClientImpl.close().public void testConstructor()
MongoImpl.MongoImpl(com.allanbank.mongodb.MongoDbConfiguration)
.public void testGetDatabase()
MongoClientImpl.getDatabase(java.lang.String)
.public void testListDatabases()
MongoClientImpl.listDatabaseNames().Copyright © 2011–2014 Allanbank Consulting, Inc.. All rights reserved.