SourceXtractorPlusPlus 0.21
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
Namespaces | Functions
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)