#include <tst/Verify.h>
#include <utl/AugerUnits.h>
#include <utl/AugerException.h>
#include <iostream>
#include <cmath>
#include <vector>
#include <cppunit/extensions/HelperMacros.h>
#include <boost/tuple/tuple.hpp>
#include <utl/NumericalErrorPropagation.h>
#include <utl/CorrelationMatrix.h>
Go to the source code of this file.
Classes | |
class | testErrorPropagation |
class | testErrorPropagation::TestFunctor |
Macros | |
#define | ASSERT_EQUAL(x, y) CPPUNIT_ASSERT(x == y) |
Functions | |
CPPUNIT_TEST_SUITE_REGISTRATION (testErrorPropagation) | |
#define ASSERT_EQUAL | ( | x, | |
y | |||
) | CPPUNIT_ASSERT(x == y) |
Definition at line 29 of file testErrorPropagation.cc.
Referenced by testErrorPropagation::TestCorrelationMatrix(), and testErrorPropagation::TestErrorPropagation().
CPPUNIT_TEST_SUITE_REGISTRATION | ( | testErrorPropagation | ) |