|
Gromacs
2025.3
|
#include <memory>#include <string>
Include dependency graph for filematchers.h:
This graph shows which files directly or indirectly include this file: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. | |
1.8.5