#include <iostream>
#include <utl/Histogram.h>
#include <utl/CountedObject.h>
#include <utl/CountedObjectRegistry.h>
#include <tst/Verify.h>
#include <cppunit/extensions/HelperMacros.h>
Go to the source code of this file.
Classes | |
class | HistogramTest |
Macros | |
#define | ASSERT_CLOSE(x, y) CPPUNIT_ASSERT(Verify<CloseTo>(x, y)) |
#define | ASSERT_EQUAL(x, y) CPPUNIT_ASSERT(Verify<Equal>(x, y)) |
#define | ASSERT_EXTENDED_OBJECT_COUNTS(o, c, d, cp, a) |
#define | ASSERT_OBJECT_COUNTS(o, c, d) |
Functions | |
CPPUNIT_TEST_SUITE_REGISTRATION (HistogramTest) | |
#define ASSERT_CLOSE | ( | x, | |
y | |||
) | CPPUNIT_ASSERT(Verify<CloseTo>(x, y)) |
Definition at line 22 of file testHistogram.cc.
Referenced by HistogramTest::testVariableBinning().
#define ASSERT_EQUAL | ( | x, | |
y | |||
) | CPPUNIT_ASSERT(Verify<Equal>(x, y)) |
Definition at line 21 of file testHistogram.cc.
Referenced by HistogramTest::testBinEdges(), HistogramTest::testEqualBinning(), HistogramTest::testHistogramWrap(), HistogramTest::testSharedBinning(), and HistogramTest::testVariableBinning().
#define ASSERT_EXTENDED_OBJECT_COUNTS | ( | o, | |
c, | |||
d, | |||
cp, | |||
a | |||
) |
Definition at line 28 of file testHistogram.cc.
#define ASSERT_OBJECT_COUNTS | ( | o, | |
c, | |||
d | |||
) |
Definition at line 24 of file testHistogram.cc.
CPPUNIT_TEST_SUITE_REGISTRATION | ( | HistogramTest | ) |