CASM
AClustersApproachtoStatisticalMechanics
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules
Common.hh
Go to the documentation of this file.
1 #ifndef UNIT_COMMON_HH
2 #define UNIT_COMMON_HH
3 
4 #include "FCCTernaryProj.hh"
5 #include "ZrOProj.hh"
6 
7 namespace test {
9  bool check(std::string test,
10  const jsonParser &expected,
11  const jsonParser &calculated,
12  fs::path test_cases_path,
13  bool quiet,
14  double tol = 0.0);
15 
16 }
17 
18 #endif
Definition: Common.hh:7
double tol
bool check(std::string test, const jsonParser &expected, const jsonParser &calculated, fs::path test_cases_path, bool quiet, double tol=0.0)
Check expected JSON vs calculated JSON using BOOST_CHECK_EQUAL.