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

Description

Declares utility classes for testing multi-line strings against reference data.

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

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.