11 #ifndef _STRUS_PATTERN_TEST_LIB_HPP_INCLUDED
12 #define _STRUS_PATTERN_TEST_LIB_HPP_INCLUDED
19 class PatternLexerInterface;
21 class PatternMatcherInterface;
23 class TokenMarkupInstanceInterface;
25 class ErrorBufferInterface;
29 ErrorBufferInterface* errorhnd);
33 ErrorBufferInterface* errorhnd);
PatternMatcherInterface * createPatternMatcher_test(ErrorBufferInterface *errorhnd)
Create the interface for pattern matching usable as groud truth for testing.
PatternLexerInterface * createPatternLexer_test(ErrorBufferInterface *errorhnd)
Create the interface for regular expression matching usable as groud truth for testing.