#include <utl/Histogram.h>#include <utl/QuadraticFitter.h>#include <tst/Verify.h>#include <cppunit/extensions/HelperMacros.h>#include <iostream>Go to the source code of this file.
Classes | |
| class | TestQuadraticFitter |
Macros | |
| #define | CLOSE(_x_, _y_) CPPUNIT_ASSERT(Verify<CloseTo>(_x_, _y_)) |
| #define | CLOSEEPS(_x_, _y_, _eps_) CPPUNIT_ASSERT(Verify<CloseTo>(_x_, _y_, _eps_)) |
| #define | EQUAL(_x_, _y_) CPPUNIT_ASSERT(Verify<Equal>(_x_, _y_)) |
Functions | |
| CPPUNIT_TEST_SUITE_REGISTRATION (TestQuadraticFitter) | |
| #define CLOSE | ( | _x_, | |
| _y_ | |||
| ) | CPPUNIT_ASSERT(Verify<CloseTo>(_x_, _y_)) |
Definition at line 23 of file testQuadraticFitter.cc.
Referenced by TestQuadraticFitter::testFitRange(), and TestQuadraticFitter::testHistogramExactFit().
| #define CLOSEEPS | ( | _x_, | |
| _y_, | |||
| _eps_ | |||
| ) | CPPUNIT_ASSERT(Verify<CloseTo>(_x_, _y_, _eps_)) |
Definition at line 24 of file testQuadraticFitter.cc.
Referenced by TestQuadraticFitter::testFitRange(), and TestQuadraticFitter::testHistogramSemiRandomFit().
| #define EQUAL | ( | _x_, | |
| _y_ | |||
| ) | CPPUNIT_ASSERT(Verify<Equal>(_x_, _y_)) |
Definition at line 22 of file testQuadraticFitter.cc.
Referenced by TestQuadraticFitter::testFitRange(), TestQuadraticFitter::testHistogramExactFit(), and TestQuadraticFitter::testHistogramSemiRandomFit().
| CPPUNIT_TEST_SUITE_REGISTRATION | ( | TestQuadraticFitter | ) |