Gromacs  2025.0-dev-20241011-013a99c
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Typedefs
filematchers.h File Reference
#include <memory>
#include <string>
+ Include dependency graph for filematchers.h:
+ This graph shows which files directly or indirectly include this file:

Description

Declares utility classes for testing file contents.

Author
Teemu Murtola teemu.nosp@m..mur.nosp@m.tola@.nosp@m.gmai.nosp@m.l.com

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.