33 void serialize(std::basic_stringstream<byte> &stream);
implementation details of the test library
std::string serialize_json()
Serialize the assertion in JSON.
std::string comment
Comment attached to the assert.
bool value
Value of the assert.
void serialize(std::basic_stringstream< byte > &stream)
Serialize the assertion in binary format.
std::string name
Name of the assert.
static TestAssert deserialize(std::basic_stringstream< byte > &reader)
DeSerialize the assertion from binary format.