addFailure(const Lamp::String &message, const char *file, int line) | LampUnit::TestCase | [protected, virtual] |
assertEquals(int expected, int actual, const char *file, int line) | LampUnit::TestCase | [inline, protected] |
assertEquals(u_int expected, u_int actual, const char *file, int line) | LampUnit::TestCase | [inline, protected] |
assertEquals(float expected, float actual, const char *file, int line, float epsilon=0.f) | LampUnit::TestCase | [inline, protected] |
assertEquals(double expected, double actual, const char *file, int line, double epsilon=0.f) | LampUnit::TestCase | [inline, protected] |
assertEquals(const char *expected, const char *actual, const char *file, int line) | LampUnit::TestCase | [inline, protected] |
assertEquals(const Lamp::String &expected, const Lamp::String &actual, const char *file, int line) | LampUnit::TestCase | [inline, protected] |
assertNotEquals(int notExpected, int actual, const char *file, int line) | LampUnit::TestCase | [inline, protected] |
assertNotEquals(u_int notExpected, u_int actual, const char *file, int line) | LampUnit::TestCase | [inline, protected] |
assertNotEquals(float notExpected, float actual, const char *file, int line, float epsilon=0.f) | LampUnit::TestCase | [inline, protected] |
assertNotEquals(double notExpected, double actual, const char *file, int line, double epsilon=0.f) | LampUnit::TestCase | [inline, protected] |
assertNotEquals(const char *notExpected, const char *actual, const char *file, int line) | LampUnit::TestCase | [inline, protected] |
assertNotEquals(const Lamp::String ¬Expected, const Lamp::String &actual, const char *file, int line) | LampUnit::TestCase | [inline, protected] |
equalMessage(int notExpected, int actual) | LampUnit::TestCase | [protected, static] |
equalMessage(u_int notExpected, u_int actual) | LampUnit::TestCase | [protected, static] |
equalMessage(float notExpected, float actual, float epsilon) | LampUnit::TestCase | [protected, static] |
equalMessage(double notExpected, double actual, double epsilon) | LampUnit::TestCase | [protected, static] |
equalMessage(const char *notExpected, const char *actual) | LampUnit::TestCase | [protected, static] |
equals(float leftValue, float rightValue, float epsilon=0.f) | LampUnit::TestCase | [inline, protected, static] |
equals(double leftValue, double rightValue, double epsilon=0.f) | LampUnit::TestCase | [inline, protected, static] |
equals(const char *leftValue, const char *rightValue) | LampUnit::TestCase | [protected, static] |
getCountTestCases() const | LampUnit::TestCase | [inline, virtual] |
getName() const | LampUnit::TestCase | [inline, virtual] |
notEqualMessage(int expected, int actual) | LampUnit::TestCase | [protected, static] |
notEqualMessage(u_int expected, u_int actual) | LampUnit::TestCase | [protected, static] |
notEqualMessage(float expected, float actual, float epsilon) | LampUnit::TestCase | [protected, static] |
notEqualMessage(double expected, double actual, double epsilon) | LampUnit::TestCase | [protected, static] |
notEqualMessage(const char *expected, const char *actual) | LampUnit::TestCase | [protected, static] |
run(TestResult *result) | LampUnit::TestCase | [virtual] |
runTest()=0 | LampUnit::TestCase | [protected, pure virtual] |
setUp() | LampUnit::TestCase | [inline, virtual] |
suite() | LampUnit::TestCase | [inline, static] |
tearDown() | LampUnit::TestCase | [inline, virtual] |
TestCase(Lamp::String name) | LampUnit::TestCase | [explicit] |
TestCase() | LampUnit::TestCase | [protected] |
toString() const | LampUnit::TestCase | [inline, virtual] |
~Test() | LampUnit::Test | [inline, virtual] |
~TestCase() | LampUnit::TestCase | [inline, virtual] |