|
Gromacs
5.1.3
|
#include <gromacs/trajectoryanalysis/tests/moduletest.h>
Inheritance diagram for gmx::test::TrajectoryAnalysisModuleTestFixture< ModuleInfo >:
Collaboration diagram for gmx::test::TrajectoryAnalysisModuleTestFixture< ModuleInfo >:Test fixture for a trajectory analysis module.
| ModuleInfo | Info object for the analysis module to test. |
ModuleInfo should provide a static TrajectoryAnalysisModulePointer create() method.
Protected Member Functions | |
|
virtual TrajectoryAnalysisModulePointer | createModule () |
| Constructs the analysis module to be tested. | |
Additional Inherited Members | |
Public Member Functions inherited from gmx::test::AbstractTrajectoryAnalysisModuleTestFixture | |
| void | setTopology (const char *filename) |
| Sets the topology file to use for the test. More... | |
| void | setTrajectory (const char *filename) |
| Sets the trajectory file to use for the test. More... | |
| void | includeDataset (const char *name) |
| Includes only specified dataset for the test. More... | |
| void | excludeDataset (const char *name) |
| Excludes specified dataset from the test. More... | |
| void | setDatasetTolerance (const char *name, const FloatingPointTolerance &tolerance) |
| Sets a custom tolerance for checking a dataset. More... | |
| void | runTest (const CommandLine &args) |
| Runs the analysis module with the given additional options. More... | |
Public Member Functions inherited from gmx::test::CommandLineTestBase | |
| void | setInputFile (const char *option, const char *filename) |
| Sets an input file. More... | |
| void | setInputFileContents (const char *option, const char *extension, const std::string &contents) |
| Generates and sets an input file. More... | |
| void | setInputFileContents (const char *option, const char *extension, const ConstArrayRef< const char * > &contents) |
| Generates and sets an input file. More... | |
| void | setOutputFile (const char *option, const char *filename) |
| Sets an output file parameter and adds it to the set of tested files. More... | |
| void | setOutputFileNoTest (const char *option, const char *extension) |
| Sets an output file parameter. More... | |
| CommandLine & | commandLine () |
| Returns the internal CommandLine object used to construct the command line for the test. More... | |
| TestFileManager & | fileManager () |
| Returns the internal TestFileManager object used to manage the files. More... | |
| TestReferenceChecker | rootChecker () |
| Returns the root reference data checker. More... | |
| void | checkOutputFiles () |
| Checks output files added with setOutputFile() against reference data. More... | |
1.8.5