Steppable 0.0.1
A CAS project written from scratch in C++
Loading...
Searching...
No Matches
steppable::testing::TestCase Member List

This is the complete list of members for steppable::testing::TestCase, including all inherited members.

assert(bool condition, const std::string &conditionName)steppable::testing::TestCaseprivate
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
errorCountsteppable::testing::TestCase
summarize() conststeppable::testing::TestCase
TestCase(std::string testCaseName)steppable::testing::TestCaseexplicit
testCaseNamesteppable::testing::TestCaseprivate
Untitled