41 void serialize(std::basic_stringstream<byte> &stream);
implementation details of the test library
List of data generated by a test.
std::string serialize_json()
Serialize the assertion in JSON.
std::vector< TestData > test_data
Held test data.
void serialize(std::basic_stringstream< byte > &stream)
Serialize the assertion in binary format.
TestData & new_dataset(std::string name)
Create a new TestData in this TestDataList and return a reference to it.
static TestDataList deserialize(std::basic_stringstream< byte > &reader)
DeSerialize the assertion from binary format.