33 void serialize(std::basic_stringstream<byte> &stream);
implementation details of the test library
Data node generated by the test.
std::string serialize_json()
Serialize the assertion in JSON.
std::string name
Name of the data node.
static DataNode deserialize(std::basic_stringstream< byte > &reader)
DeSerialize the assertion from binary format.
void serialize(std::basic_stringstream< byte > &stream)
Serialize the assertion in binary format.
std::vector< f64 > data
Held data.