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

#include <tests.h>

Public Member Functions

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

Public Attributes

std::string actual
 
std::string expected
 
bool inverted
 

Constructor & Destructor Documentation

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

Referenced by operator!().

Member Function Documentation

void wibble::tests::TestContains::check ( WIBBLE_TEST_LOCPRM  ) const
TestContains wibble::tests::TestContains::operator! ( )
inline

References actual, expected, inverted, and TestContains().

Member Data Documentation

std::string wibble::tests::TestContains::actual

Referenced by check(), and operator!().

std::string wibble::tests::TestContains::expected

Referenced by check(), and operator!().

bool wibble::tests::TestContains::inverted

Referenced by check(), and operator!().


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