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

#include <tests.h>

Public Member Functions

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

Public Attributes

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

Constructor & Destructor Documentation

◆ TestEndsWith()

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

Member Function Documentation

◆ check()

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

◆ operator!()

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

References actual, expected, and inverted.

Member Data Documentation

◆ actual

std::string wibble::tests::TestEndsWith::actual

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

◆ expected

std::string wibble::tests::TestEndsWith::expected

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

◆ inverted

bool wibble::tests::TestEndsWith::inverted

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


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