OTest2
A C++ testing framework
OTest2::TestMark Member List

This is the complete list of members for OTest2::TestMark, including all inherited members.

computeDiff(const TestMark &other_, std::vector< LinearizedRecord > &left_, std::vector< LinearizedRecord > &right_, DiffLogBuilder &diff_) constOTest2::TestMark
deserializeMark(TestMarkFactory &factory_, TestMarkIn &deserializer_)OTest2::TestMark
doLinearizedMark(int level_, const std::string &label_, std::vector< LinearizedRecord > &array_) const =0OTest2::TestMarkpure virtual
getHashCode() const noexceptOTest2::TestMark
isEqual(const TestMark &other_, long double precision_=DEFAULT_FLOAT_PRECISION) constOTest2::TestMark
isEqualValue(const TestMark &other_, long double precision_=DEFAULT_FLOAT_PRECISION) constOTest2::TestMark
isEqualValueHash(const TestMark &other_, long double precision_=DEFAULT_FLOAT_PRECISION) constOTest2::TestMark
linearizedMark(std::vector< LinearizedRecord > &array_) constOTest2::TestMark
operator=(const TestMark &)=deleteOTest2::TestMark
printAddMark(TestMarkFormatter &formatter_) constOTest2::TestMark
printClose(std::ostream &os_, const std::string &prefix_) constOTest2::TestMark
printMark(TestMarkFormatter &formatter_) constOTest2::TestMark
printOpen(std::ostream &os_, const std::string &prefix_) constOTest2::TestMark
serializeMark(TestMarkOut &serializer_) constOTest2::TestMark
TestMark()OTest2::TestMark
TestMark(const TestMark &)=deleteOTest2::TestMark
~TestMark()OTest2::TestMarkvirtual