OTest2
A C++ testing framework
Macros
assertionannotation.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define TEST_ASSERTION_MARK(class_, method_)
 
#define TEST_ASSERTION_MARK_TMPL(class_, method_)
 
#define TEST_ASSERTION_EXPR_MARK(class_, generic_method_, comparison_method_)
 

Macro Definition Documentation

◆ TEST_ASSERTION_EXPR_MARK

#define TEST_ASSERTION_EXPR_MARK (   class_,
  generic_method_,
  comparison_method_ 
)

Definition at line 27 of file assertionannotation.h.

◆ TEST_ASSERTION_MARK

#define TEST_ASSERTION_MARK (   class_,
  method_ 
)

Definition at line 25 of file assertionannotation.h.

◆ TEST_ASSERTION_MARK_TMPL

#define TEST_ASSERTION_MARK_TMPL (   class_,
  method_ 
)

Definition at line 26 of file assertionannotation.h.