Gromacs
2020.4
|
#include <utility>
#include <gtest/gtest.h>
#include "gromacs/coordinateio/coordinatefile.h"
#include "gromacs/coordinateio/ioutputadapter.h"
#include "gromacs/coordinateio/requirements.h"
#include "gromacs/options/options.h"
#include "gromacs/options/optionsassigner.h"
#include "gromacs/selection/selectioncollection.h"
#include "gromacs/selection/selectionoption.h"
#include "gromacs/selection/selectionoptionmanager.h"
#include "gromacs/trajectoryanalysis/topologyinformation.h"
#include "gromacs/utility/exceptions.h"
#include "gromacs/utility/smalloc.h"
#include "testutils/cmdlinetest.h"
#include "testutils/testasserts.h"
#include "testutils/testfilemanager.h"
Helper classes for coordinatefile and coordinateio tests.
Classes | |
class | gmx::test::ModuleSelection |
Helper class for tests that need an initialized selection. More... | |
class | gmx::test::ModuleTest |
Test fixture to test matching file types for modules. More... | |
Functions | |
TrajectoryFrameWriterPointer | gmx::test::createMinimalTrajectoryFrameWriter (const std::string &filename, const TopologyInformation &topology, const Selection &selection, OutputRequirements requirements) |
Create minimal TrajectoryFrameWriter using the provided builder. More... | |