Teuchos Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
Macros
vector_UnitTests.cpp File Reference
#include "Teuchos_UnitTestHarness.hpp"
#include "Teuchos_Array.hpp"
#include "Teuchos_getConst.hpp"
#include "Teuchos_as.hpp"
Include dependency graph for vector_UnitTests.cpp:

Go to the source code of this file.

Macros

#define UNIT_TEST_GROUP(T)
 

Macro Definition Documentation

◆ UNIT_TEST_GROUP

#define UNIT_TEST_GROUP ( T)
Value:
TEUCHOS_UNIT_TEST_TEMPLATE_1_INSTANT( vector, defaultConstruct, T ) \
TEUCHOS_UNIT_TEST_TEMPLATE_1_INSTANT( vector, sizedConstruct, T ) \
TEUCHOS_UNIT_TEST_TEMPLATE_1_INSTANT( vector, operatorBracket, T ) \
TEUCHOS_UNIT_TEST_TEMPLATE_1_INSTANT( vector, constAt, 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 134 of file vector_UnitTests.cpp.