SourceXtractorPlusPlus 1.0.3
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
TestUtils.h File Reference
#include "SEUtils/IsClose.h"
#include <boost/test/predicate_result.hpp>
Include dependency graph for TestUtils.h:

Go to the source code of this file.

Namespaces

namespace  SourceXtractor

Functions

template<typename T, typename U>
boost::test_tools::predicate_result SourceXtractor::compareImages (const T &ref, const U &val, double atol=1e-8, double rtol=1e-5)
template<typename T, typename U>
boost::test_tools::predicate_result SourceXtractor::compareCollections (const T &ref, const U &val, double atol=1e-8, double rtol=1e-5)
boost::test_tools::predicate_result SourceXtractor::checkIsClose (double ref, const double val, double atol=1e-8, double rtol=1e-5)