Public Member Functions | |
void | setUp () |
void | tearDown () |
Private Member Functions | |
CPPUNIT_TEST_SUITE (BufferOutputStreamTest) | |
CPPUNIT_TEST (testWriteString) | |
CPPUNIT_TEST (testWrite2Strings) | |
CPPUNIT_TEST (testWritePicture) | |
CPPUNIT_TEST (testWritePictureChunked) | |
CPPUNIT_TEST_SUITE_END () | |
void | testWriteString () |
Create an OutputStream and write 1 string. | |
void | testWrite2Strings () |
Create an OutputStream and write 2 strings. | |
void | testWritePicture () |
Create an OutputStream and write the whole picture content (1 shot). | |
void | testWritePictureChunked () |
Create an OutputStream and write the picture content in many chunks. |