Gromacs
2020.4
|
#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"
Declares internal helper classes for the reference data framework to check reference data values of different types.
Functions | |
static double | gmx::test::convertDoubleReferenceValue (const std::string &value) |
Helper function to parse a floating-point reference data value. | |