Gromacs  2020.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
refdata_checkers.h File Reference
#include <cstdlib>
#include <limits>
#include <string>
#include <gtest/gtest.h>
#include "gromacs/utility/basedefinitions.h"
#include "gromacs/utility/exceptions.h"
#include "gromacs/utility/strconvert.h"
#include "gromacs/utility/stringutil.h"
#include "testutils/refdata_impl.h"
#include "testutils/testasserts.h"
#include "testutils/testexceptions.h"
+ Include dependency graph for refdata_checkers.h:
+ This graph shows which files directly or indirectly include this file:

Description

Declares internal helper classes for the reference data framework to check reference data values of different types.

Author
Teemu Murtola teemu.nosp@m..mur.nosp@m.tola@.nosp@m.gmai.nosp@m.l.com

Functions

static double gmx::test::convertDoubleReferenceValue (const std::string &value)
 Helper function to parse a floating-point reference data value.