wibble  1.1
Public Member Functions | Public Attributes | List of all members
wibble::tests::TestEquals< A, E > Struct Template Reference

#include <tests.h>

Public Member Functions

 TestEquals (const A &actual, const E &expected, bool inverted=false)
 
TestEquals< A, E > operator! ()
 
void check (WIBBLE_TEST_LOCPRM) const
 

Public Attributes

actual
 
expected
 
bool inverted
 

Constructor & Destructor Documentation

◆ TestEquals()

template<typename A , typename E >
wibble::tests::TestEquals< A, E >::TestEquals ( const A &  actual,
const E &  expected,
bool  inverted = false 
)
inline

Member Function Documentation

◆ check()

template<typename A , typename E >
void wibble::tests::TestEquals< A, E >::check ( WIBBLE_TEST_LOCPRM  ) const
inline

◆ operator!()

template<typename A , typename E >
TestEquals<A, E> wibble::tests::TestEquals< A, E >::operator! ( )
inline

Member Data Documentation

◆ actual

template<typename A , typename E >
A wibble::tests::TestEquals< A, E >::actual

◆ expected

template<typename A , typename E >
E wibble::tests::TestEquals< A, E >::expected

◆ inverted

template<typename A , typename E >
bool wibble::tests::TestEquals< A, E >::inverted

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