15 #ifndef HEXT_CONTAINS_TEST_H_INCLUDED
16 #define HEXT_CONTAINS_TEST_H_INCLUDED
53 bool test(
const char * subject)
const override;
Defines template hext::Cloneable.
Declares hext::ValueTest.
Defines HEXT_PUBLIC and HEXT_PRIVATE.
Curiously recurring template pattern that extends a base class to provide a virtual method Cloneable:...
Tests whether a string contains a given literal.
bool test(const char *subject) const override
Return true if subject contains the given literal.
ContainsTest(std::string literal) noexcept
Constructs a ContainsTest that succeeds for subjects that contain the given literal.