SST/macro
Static Public Member Functions | List of all members
AssertEqual< T, A > Class Template Reference

#include <test.h>

Collaboration diagram for AssertEqual< T, A >:
Collaboration graph

Static Public Member Functions

static void add_test (UnitTest &test_set, const char *descr, const char *file, int line, const T &test, const A &asserted, bool should_be_equal=true)
 

Detailed Description

template<class T, class A>
class AssertEqual< T, A >

Definition at line 109 of file test.h.

Member Function Documentation

template<class T , class A >
static void AssertEqual< T, A >::add_test ( UnitTest test_set,
const char *  descr,
const char *  file,
int  line,
const T &  test,
const A &  asserted,
bool  should_be_equal = true 
)
inlinestatic

Definition at line 113 of file test.h.

References UnitTest::append(), and sprockit::printf().

Referenced by _assertEqual().

Here is the call graph for this function:


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