|
OpenEnroth da9191a
|
#include <string>#include "Testing/Unit/UnitTest.h"#include "Utility/Memory/Blob.h"#include "Utility/Streams/BlobOutputStream.h"Functions | |
| UNIT_TEST (BlobOutputStream, DestructorFlushesData) | |
| UNIT_TEST (BlobOutputStream, MultipleChunks) | |
| UNIT_TEST (BlobOutputStream, CloseWithoutWriting) | |
| UNIT_TEST (BlobOutputStream, FlushMidStream) | |
| UNIT_TEST (BlobOutputStream, DisplayPath) | |
| UNIT_TEST (BlobOutputStream, DisplayPathEmptyStream) | |
| UNIT_TEST (BlobOutputStream, CloseIdempotent) | |
| UNIT_TEST (BlobOutputStream, ReopenAfterClose) | |
| UNIT_TEST (BlobOutputStream, LargeWrite) | |
| UNIT_TEST (BlobOutputStream, GrowthCap) | |
| UNIT_TEST (BlobOutputStream, WriteZero) | |
| UNIT_TEST (BlobOutputStream, PositionStartsAtZero) | |
| UNIT_TEST (BlobOutputStream, PositionAdvancesOnWrite) | |
| UNIT_TEST (BlobOutputStream, PositionAfterFlush) | |
| UNIT_TEST (BlobOutputStream, PositionAfterLargeWrite) | |
| UNIT_TEST (BlobOutputStream, PositionResetsOnReopen) | |
| UNIT_TEST | ( | BlobOutputStream | , |
| CloseIdempotent | |||
| ) |
| UNIT_TEST | ( | BlobOutputStream | , |
| CloseWithoutWriting | |||
| ) |
| UNIT_TEST | ( | BlobOutputStream | , |
| DestructorFlushesData | |||
| ) |
| UNIT_TEST | ( | BlobOutputStream | , |
| DisplayPath | |||
| ) |
| UNIT_TEST | ( | BlobOutputStream | , |
| DisplayPathEmptyStream | |||
| ) |
| UNIT_TEST | ( | BlobOutputStream | , |
| FlushMidStream | |||
| ) |
| UNIT_TEST | ( | BlobOutputStream | , |
| GrowthCap | |||
| ) |
| UNIT_TEST | ( | BlobOutputStream | , |
| LargeWrite | |||
| ) |
| UNIT_TEST | ( | BlobOutputStream | , |
| MultipleChunks | |||
| ) |
| UNIT_TEST | ( | BlobOutputStream | , |
| PositionAdvancesOnWrite | |||
| ) |
| UNIT_TEST | ( | BlobOutputStream | , |
| PositionAfterFlush | |||
| ) |
| UNIT_TEST | ( | BlobOutputStream | , |
| PositionAfterLargeWrite | |||
| ) |
| UNIT_TEST | ( | BlobOutputStream | , |
| PositionResetsOnReopen | |||
| ) |
| UNIT_TEST | ( | BlobOutputStream | , |
| PositionStartsAtZero | |||
| ) |
| UNIT_TEST | ( | BlobOutputStream | , |
| ReopenAfterClose | |||
| ) |
| UNIT_TEST | ( | BlobOutputStream | , |
| WriteZero | |||
| ) |