|
Steppable 0.0.1
A CAS project written from scratch in C++
|
This is the complete list of members for steppable::testing::TestCase, including all inherited members.
| _assertCondition(bool condition, const std::string &conditionName) | steppable::testing::TestCase | private |
| assertFalse(bool value) | steppable::testing::TestCase | |
| assertIsEqual(const std::string &a, const std::string &b) | steppable::testing::TestCase | |
| assertIsEqual(ValueT a, ValueT b) | steppable::testing::TestCase | inline |
| assertIsEqual(ValueT a, ValueT b) | steppable::testing::TestCase | inline |
| assertIsNearlyEqual(ValueT a, ValueT b) | steppable::testing::TestCase | inline |
| assertIsNotEqual(const std::string &a, const std::string &b) | steppable::testing::TestCase | |
| assertIsNotEqual(ValueT a, ValueT b) | steppable::testing::TestCase | inline |
| assertIsNotEqual(ValueT a, ValueT b) | steppable::testing::TestCase | inline |
| assertTrue(bool value) | steppable::testing::TestCase | |
| errorCount | steppable::testing::TestCase | |
| summarize() const | steppable::testing::TestCase | |
| TestCase(std::string testCaseName) | steppable::testing::TestCase | explicit |
| testCaseName | steppable::testing::TestCase | private |