Gromacs
2025.0-dev-20241011-013a99c
|
#include <memory>
#include <string>
Declares utility classes for testing file contents.
Classes | |
class | gmx::test::IFileMatcher |
Represents a file matcher, matching file contents against reference (or other) data. More... | |
class | gmx::test::IFileMatcherSettings |
Represents a factory for creating a file matcher. More... | |
class | gmx::test::TextFileMatch |
Use a ITextBlockMatcher for matching the contents. More... | |
class | gmx::test::NoContentsMatch |
Do not check the contents of the file. More... | |
Typedefs | |
typedef std::unique_ptr < IFileMatcher > | gmx::test::FileMatcherPointer |
Smart pointer for managing a IFileMatcher. | |