Teuchos Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
Macros
SimpleObjTbl_UnitTests.cpp File Reference
#include "Teuchos_SimpleObjectTable.hpp"
#include "Teuchos_RCP.hpp"
#include "TestClasses.hpp"
#include "Teuchos_UnitTestHarness.hpp"
Include dependency graph for SimpleObjTbl_UnitTests.cpp:

Go to the source code of this file.

Macros

#define DEBUG_UNIT_TEST_GROUP(T)
 
#define UNIT_TEST_GROUP(T)
 
#define UNIT_TEST_GROUP_PAIR(T1, T2)    TEUCHOS_UNIT_TEST_TEMPLATE_2_INSTANT( SimpleObjectTable, storeCastedRCP, T1, T2 )
 
#define UNIT_TEST_GROUP_PAIR_SYM(T1, T2)
 

Macro Definition Documentation

◆ DEBUG_UNIT_TEST_GROUP

#define DEBUG_UNIT_TEST_GROUP ( T)

Definition at line 412 of file SimpleObjTbl_UnitTests.cpp.

◆ UNIT_TEST_GROUP

#define UNIT_TEST_GROUP ( T)
Value:
TEUCHOS_UNIT_TEST_TEMPLATE_1_INSTANT( SimpleObjectTable, storeNew, T ) \
TEUCHOS_UNIT_TEST_TEMPLATE_1_INSTANT( SimpleObjectTable, storeRCP, T ) \
DEBUG_UNIT_TEST_GROUP( T )
#define TEUCHOS_UNIT_TEST_TEMPLATE_1_INSTANT(TEST_GROUP, TEST_NAME, TYPE)
Instantiate a templated unit test with one template parameter.

Definition at line 417 of file SimpleObjTbl_UnitTests.cpp.

◆ UNIT_TEST_GROUP_PAIR

#define UNIT_TEST_GROUP_PAIR ( T1,
T2 )    TEUCHOS_UNIT_TEST_TEMPLATE_2_INSTANT( SimpleObjectTable, storeCastedRCP, T1, T2 )

Definition at line 422 of file SimpleObjTbl_UnitTests.cpp.

◆ UNIT_TEST_GROUP_PAIR_SYM

#define UNIT_TEST_GROUP_PAIR_SYM ( T1,
T2 )
Value:
UNIT_TEST_GROUP_PAIR( T2, T1 )
#define UNIT_TEST_GROUP_PAIR(T1, T2)

Definition at line 425 of file SimpleObjTbl_UnitTests.cpp.