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