wibble  1.1
Public Member Functions | Public Attributes | List of all members
wibble::tests::TestRegexp Struct Reference

#include <tests.h>

Public Member Functions

 TestRegexp (const std::string &actual, const std::string &regexp, bool inverted=false)
 
TestRegexp operator! ()
 
void check (WIBBLE_TEST_LOCPRM) const
 

Public Attributes

std::string actual
 
std::string regexp
 
bool inverted
 

Constructor & Destructor Documentation

◆ TestRegexp()

wibble::tests::TestRegexp::TestRegexp ( const std::string &  actual,
const std::string &  regexp,
bool  inverted = false 
)
inline

Member Function Documentation

◆ check()

void wibble::tests::TestRegexp::check ( WIBBLE_TEST_LOCPRM  ) const

◆ operator!()

TestRegexp wibble::tests::TestRegexp::operator! ( )
inline

References WIBBLE_TEST_LOCPRM.

Member Data Documentation

◆ actual

std::string wibble::tests::TestRegexp::actual

◆ inverted

bool wibble::tests::TestRegexp::inverted

◆ regexp

std::string wibble::tests::TestRegexp::regexp

The documentation for this struct was generated from the following files: