dune-common 2.10
|
This is the complete list of members for Dune::TestSuite, including all inherited members.
AlwaysThrow enum value | Dune::TestSuite | |
announceCheckResult(bool throwException, std::string type, std::string name, std::string reason) | Dune::TestSuite | inlineprotectedstatic |
check(bool condition, std::string name="") | Dune::TestSuite | inline |
checkNoThrow(Expression &&expr, std::string name="") | Dune::TestSuite | inline |
checks_ | Dune::TestSuite | protected |
checkThrow(Expression &&expr, std::string name="") | Dune::TestSuite | inline |
composeMessage(std::string type, std::string name, std::string reason) | Dune::TestSuite | inlineprotectedstatic |
exit() const | Dune::TestSuite | inline |
failedChecks_ | Dune::TestSuite | protected |
name() const | Dune::TestSuite | inline |
name_ | Dune::TestSuite | protected |
operator bool() const | Dune::TestSuite | inlineexplicit |
report() const | Dune::TestSuite | inline |
require(bool condition, std::string name="") | Dune::TestSuite | inline |
requireNoThrow(Expression &&expr, std::string name="") | Dune::TestSuite | inline |
requireThrow(Expression &&expr, std::string name="") | Dune::TestSuite | inline |
subTest(const TestSuite &subTest) | Dune::TestSuite | inline |
TestSuite(ThrowPolicy policy, std::string name="") | Dune::TestSuite | inline |
TestSuite(std::string name="", ThrowPolicy policy=ThrowOnRequired) | Dune::TestSuite | inline |
ThrowOnRequired enum value | Dune::TestSuite | |
ThrowPolicy enum name | Dune::TestSuite | |
throwPolicy_ | Dune::TestSuite | protected |