Gromacs
2022-beta1
|
#include <memory>
#include <string>
#include <vector>
Declares utility classes for testing multi-line strings against reference data.
Classes | |
class | gmx::test::ITextBlockMatcher |
Represents a text matcher, matching text stream contents against reference data. More... | |
class | gmx::test::ITextBlockMatcherSettings |
Represents a factory for creating a text matcher. More... | |
class | gmx::test::ExactTextMatch |
Use an exact text match (the contents should be exactly equal). More... | |
class | gmx::test::NoTextMatch |
Do not match the text (the contents are ignored). More... | |
class | gmx::test::FilteringExactTextMatch |
Use an exact text match after scrubbing lines of the text that match the supplied regular expressions. More... | |
Typedefs | |
typedef std::unique_ptr < ITextBlockMatcher > | gmx::test::TextBlockMatcherPointer |
Smart pointer for managing a ITextBlockMatcher. | |