예제 #1
0
 public void ConstructorTest()
 {
     // construct a collection reader from a database reader and a collection name
     _collectionReader = new Collection.CollectionReader(_databaseReader, MONGO_COLLECTION_1_NAME);
     Assert.IsNotNull(_collectionReader);
 }
예제 #2
0
 public void ConstructorTest()
 {
     // construct a collection reader from a database reader and a collection name
     _collectionReader = new Collection.CollectionReader(_databaseReader, MONGO_COLLECTION_1_NAME);
     Assert.IsNotNull(_collectionReader);
 }