#include "gmxpre.h"
#include "gromacs/topology/atoms.h"
#include <memory>
#include <optional>
#include <string>
#include <gtest/gtest-param-test.h>
#include <gtest/gtest.h>
#include "gromacs/topology/symtab.h"
#include "gromacs/utility/arrayref.h"
#include "gromacs/utility/exceptions.h"
#include "gromacs/utility/inmemoryserializer.h"
#include "gromacs/utility/iserializer.h"
#include "gromacs/utility/strconvert.h"
#include "gromacs/utility/stringutil.h"
#include "testutils/refdata.h"
#include "testutils/testasserts.h"
#include "testutils/testmatchers.h"
|
template<typename T > |
void | checkParticleValue (TestReferenceChecker *checker, bool haveBState, const T &valueA, const T &valueB, const std::string &fieldName) |
|
void | checkParticleMiscInfo (TestReferenceChecker *checker, ParticleType type, gmx::Index resind, int atomnumber, const std::string &elem) |
|
void | checkParticle (TestReferenceChecker *checker, const SimulationParticle &particle) |
|