OTest2
A C++ testing framework
|
This is the complete list of members for OTest2::GenericAssertion, including all inherited members.
AssertContext(const AssertContext &)=delete | OTest2::GenericAssertion | |
AssertContext(const Context &context_, const std::string &file_, int lineno_, std::initializer_list< const char * > parameters_) | OTest2::GenericAssertion | explicit |
OTest2::AssertContext::AssertContext(const AssertContext &)=delete | OTest2::AssertContext | |
OTest2::AssertContext::AssertContext(const Context &context_, const std::string &file_, int lineno_, std::initializer_list< const char * > parameters_) | OTest2::AssertContext | explicit |
enterAssertion(bool result_) | OTest2::AssertContext | protected |
GenericAssertion(const GenericAssertion &)=delete | OTest2::GenericAssertion | |
operator=(const GenericAssertion &)=delete | OTest2::GenericAssertion | |
OTest2::AssertContext::operator=(const AssertContext &)=delete | OTest2::AssertContext | |
otest2Context() const | OTest2::AssertContext | protected |
reportAssertion(Compare_ &&cmp_, A_ &&a_, B_ &&b_, bool condition_) | OTest2::GenericAssertion | |
simpleAssertionImpl(bool condition_, const std::string &message_, bool print_expression_) | OTest2::AssertContext | protected |
testAssert(bool condition_) | OTest2::GenericAssertion | |
testAssert(const AssertBean &bean_) | OTest2::GenericAssertion | |
testAssertCompare(A_ &&a_, B_ &&b_) | OTest2::GenericAssertion | |
testAssertCompareFP(A_ a_, B_ b_, Precision_ precision_=DEFAULT_FLOAT_PRECISION) | OTest2::GenericAssertion | |
testException(std::function< bool()> ftor_) | OTest2::GenericAssertion | |
~AssertContext() | OTest2::AssertContext | protected |