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

#include <tests.h>

Collaboration diagram for wibble::tests::TestIsGt< A, E >:
Collaboration graph
[legend]

Public Member Functions

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

Public Attributes

actual
 
expected
 
bool inverted
 

Constructor & Destructor Documentation

◆ TestIsGt()

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

Member Function Documentation

◆ check()

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

◆ operator!()

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

Member Data Documentation

◆ actual

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

◆ expected

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

◆ inverted

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

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