|
Gromacs
2026.1
|
#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/testasserts.h"#include "testutils/testexceptions.h"#include "refdata_impl.h"
Include dependency graph for refdata_checkers.h:
This graph shows which files directly or indirectly include this file: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. | |
1.8.5