|
template<typename T > |
std::string | tst::Validatrix::BeCloseAbs (const T &value, const double tolerance=kDefaultTolerance) |
|
template<typename T > |
std::string | tst::Validatrix::BeCloseRel (const T &value, const double tolerance=kDefaultTolerance) |
|
template<typename T > |
std::string | tst::Validatrix::BeCloseRel (const std::size_t n, const T *const v, const double tolerance=kDefaultTolerance) |
|
template<typename T > |
std::string | tst::Validatrix::BeEqual (const T &value) |
|
template<typename T > |
std::string | tst::Validatrix::BeEqual (const std::size_t n, const T *const v) |
|
std::string | tst::Validatrix::BeLabel (const std::string &tag) |
|
template<typename T > |
std::string | tst::Validatrix::CloseAbs (const std::size_t n, const T *const v, const double tolerance=kDefaultTolerance) |
|
bool | tst::Validatrix::Compare (const std::string &oldFilename, const std::string &newFilename, const bool failOnFirst=true) |
|
bool | tst::Validatrix::Compare (std::istream &s1, std::istream &s2, const bool failOnFirst=true) |
|
char | tst::Validatrix::CompareCode (const CompareType c) |
|
template<typename T > |
std::string | tst::Validatrix::Pack (const std::size_t n, const T *const v, const CompareType c, const double tolerance=kDefaultTolerance) |
|
template<typename T > |
std::string | tst::Validatrix::Pack (const T &value, const CompareType c, const double tolerance=kDefaultTolerance) |
|
template<typename T > |
std::string | tst::Validatrix::Pack (const utl::Trace< T > &trace, const CompareType c, const double tolerance=kDefaultTolerance) |
|
template<typename T > |
std::string | tst::Validatrix::Pack (const std::vector< T > &vec, const CompareType c, const double tolerance=kDefaultTolerance) |
|
template<typename T > |
std::string | tst::Validatrix::Pack (const utl::TimeDistribution< T > &td, const CompareType c, const double tolerance=kDefaultTolerance) |
|