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.
assert(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(int a, int b) | steppable::testing::TestCase | |
assertIsNotEqual(const std::string &a, const std::string &b) | steppable::testing::TestCase | |
assertIsNotEqual(int a, int b) | steppable::testing::TestCase | |
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 |