Go to the source code of this file.
Classes | |
class | TestAccumulator |
Macros | |
#define | ASSERT_EQUAL(x, y) CPPUNIT_ASSERT(Verify<Equal>(x, y)) |
Functions | |
CPPUNIT_TEST_SUITE_REGISTRATION (TestAccumulator) | |
#define ASSERT_EQUAL | ( | x, | |
y | |||
) | CPPUNIT_ASSERT(Verify<Equal>(x, y)) |
Definition at line 17 of file testAccumulator.cc.
Referenced by TestAccumulator::TestMinMaxAverage(), and TestAccumulator::TestSafeMinMaxAverage().
CPPUNIT_TEST_SUITE_REGISTRATION | ( | TestAccumulator | ) |