49 #include "clipper_types.h"
60 void set_stream( std::ostream& stream );
62 bool test(
const String&
id,
const double& value );
63 bool test(
const String&
id,
const double& value,
const double& val,
const double& tol );
64 bool test(
const String&
id,
const int& value,
const int& val );
65 std::ostream* stream_;
66 std::vector<float> data_val, data_tol;
67 int count, error_count;
Base class for clipper self-test classes.
Definition: clipper_test.h:57
bool test(const String &id, const double &value)
test that the next value matches the stored data
Definition: clipper_test.cpp:62
String extension with simple parsing methods.
Definition: clipper_types.h:64