Gromacs
2024.4
|
#include "gmxpre.h"
#include "gromacs/topology/index.h"
#include <string>
#include <gmock/gmock.h>
#include <gtest/gtest.h>
#include "gromacs/trajectoryanalysis/topologyinformation.h"
#include "gromacs/utility/arrayref.h"
#include "gromacs/utility/smalloc.h"
#include "testutils/cmdlinetest.h"
#include "testutils/filematchers.h"
#include "testutils/refdata.h"
#include "testutils/testfilemanager.h"
#include "testutils/textblockmatchers.h"
Implements test of index generation routines.
Functions | |
void | gmx::test::anonymous_namespace{index.cpp}::checkIndexGroup (TestReferenceChecker *checker, const IndexGroup &group) |
void | gmx::test::anonymous_namespace{index.cpp}::checkBlocks (TestReferenceChecker *checker, ArrayRef< const IndexGroup > blocks) |
void | gmx::test::anonymous_namespace{index.cpp}::compareBlocks (ArrayRef< const IndexGroup > one, ArrayRef< const IndexGroup > two) |
void | gmx::test::anonymous_namespace{index.cpp}::checkFileMatch (TestReferenceChecker *checker, const std::string &fileName, const std::string &fullPath) |