public class BufferingBsonOutputStreamTest extends Object
BufferingBsonOutputStream class.| Constructor and Description |
|---|
BufferingBsonOutputStreamTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
testReadWriteBigDocument()
Test method for
BufferingBsonOutputStream.write(Document). |
void |
testReadWriteCompleteDocument()
Test method for
BufferingBsonOutputStream.write(Document). |
void |
testWriteArrayDocument()
Test method for
BufferingBsonOutputStream.write(byte[]). |
void |
testWriteHelloWorldDocument()
Test method for
BufferingBsonOutputStream.write(byte[]). |
public void testReadWriteBigDocument()
throws IOException
BufferingBsonOutputStream.write(Document).IOException - On a failure reading the test document.public void testReadWriteCompleteDocument()
throws IOException
BufferingBsonOutputStream.write(Document).IOException - On a failure reading the test document.public void testWriteArrayDocument()
throws IOException
BufferingBsonOutputStream.write(byte[]).IOException - On a failure reading the test document.public void testWriteHelloWorldDocument()
throws IOException
BufferingBsonOutputStream.write(byte[]).IOException - On a failure reading the test document.Copyright © 2011–2014 Allanbank Consulting, Inc.. All rights reserved.