8#ifndef META_OCEAN_TEST_TESTIO_TESTSERIALIZATION_TEST_VECTOR_OUTPUT_STREAM_H
9#define META_OCEAN_TEST_TESTIO_TESTSERIALIZATION_TEST_VECTOR_OUTPUT_STREAM_H
28namespace TestSerialization
This class implements a test for the VectorOutputStream class.
Definition TestVectorOutputStream.h:36
static bool testSeekAbsolute(const double testDuration)
Tests seeking to absolute positions.
static bool testOverwrite(const double testDuration)
Tests overwriting existing data through seeking.
static bool testWriteAndSeek(const double testDuration)
Tests combined write and seek operations.
static bool testSeekRelative(const double testDuration)
Tests seeking with relative offsets (beginning, current, end).
static bool test(const double testDuration, const TestSelector &selector)
Tests all functions of the VectorOutputStream class.
static bool testBasicWrite(const double testDuration)
Tests basic write operations.
static bool testTellPosition(const double testDuration)
Tests the tellp() function for position tracking.
This class implements a test selector that parses test function strings and determines which tests sh...
Definition TestSelector.h:51
The namespace covering the entire Ocean framework.
Definition Accessor.h:15