|
Gromacs
2025.3
|
#include "gmxpre.h"#include "gromacs/topology/index.h"#include <filesystem>#include <memory>#include <string>#include <vector>#include <gmock/gmock.h>#include <gtest/gtest.h>#include "gromacs/topology/atoms.h"#include "gromacs/trajectoryanalysis/topologyinformation.h"#include "gromacs/utility/arrayref.h"#include "gromacs/utility/basedefinitions.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"
Include dependency graph for index.cpp: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) |
1.8.5