Gromacs  2021-beta2-UNCHECKED
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Typedefs | Functions
refdata_tests.cpp File Reference
#include "gmxpre.h"
#include "testutils/refdata.h"
#include <string>
#include <vector>
#include <gtest/gtest.h>
#include <gtest/gtest-spi.h>
#include "gromacs/utility/any.h"
#include "gromacs/utility/keyvaluetree.h"
#include "gromacs/utility/keyvaluetreebuilder.h"
#include "testutils/testasserts.h"
#include "testutils/testexceptions.h"
+ Include dependency graph for refdata_tests.cpp:

Description

Tests utilities for test reference data.

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

Typedefs

typedef double gmx::test::anonymous_namespace{refdata_tests.cpp}::dvec [3]
 Helper typedef.
 

Functions

void gmx::test::anonymous_namespace{refdata_tests.cpp}::checkCustomVector (TestReferenceChecker *checker, const dvec &value)
 Helper function for HandlesSequenceOfCustomData.
 
gmx::KeyValueTreeObject gmx::test::anonymous_namespace{refdata_tests.cpp}::buildKeyValueTree (bool full)
 Helper for building a KeyValueTree for testing.