public class BsonOutputStreamTest extends Object
BsonOutputStream class.| Constructor and Description |
|---|
BsonOutputStreamTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
testWriteBigUtf8StringWorldDocument()
Test method for
BsonInputStream.readDocument(). |
void |
testWriteHelloWorldDocument()
Test method for
BsonOutputStream.writeDocument(com.allanbank.mongodb.bson.Document). |
void |
tesWriteArrayDocument()
Test method for
BsonOutputStream.writeDocument(com.allanbank.mongodb.bson.Document). |
public void testWriteBigUtf8StringWorldDocument()
throws IOException
BsonInputStream.readDocument().IOException - On a failure reading the test document.public void testWriteHelloWorldDocument()
throws IOException
BsonOutputStream.writeDocument(com.allanbank.mongodb.bson.Document).IOException - On a failure reading the test document.public void tesWriteArrayDocument()
throws IOException
BsonOutputStream.writeDocument(com.allanbank.mongodb.bson.Document).IOException - On a failure reading the test document.Copyright © 2011–2014 Allanbank Consulting, Inc.. All rights reserved.