Teuchos Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
Macros | Functions
Tuple_test.cpp File Reference
#include "Teuchos_Tuple.hpp"
#include "Teuchos_GlobalMPISession.hpp"
#include "Teuchos_CommandLineProcessor.hpp"
#include "Teuchos_VerboseObject.hpp"
#include "Teuchos_StandardCatchMacros.hpp"
#include "Teuchos_Version.hpp"
#include "Teuchos_getConst.hpp"
#include "Teuchos_as.hpp"
#include "Teuchos_TestingHelpers.hpp"
Include dependency graph for Tuple_test.cpp:

Go to the source code of this file.

Macros

#define TEST_EQUALITY_CONST(v1, v2)    TEUCHOS_TEST_EQUALITY_CONST( v1, v2, out, success )
 
#define TEST_EQUALITY(v1, v2)    TEUCHOS_TEST_EQUALITY( v1, v2, out, success )
 
#define TEST_ITER_EQUALITY(iter1, iter2)    TEUCHOS_TEST_ITER_EQUALITY( iter1, iter2, out, success )
 
#define TEST_ARRAY_ELE_EQUALITY(a, i, val)    TEUCHOS_TEST_ARRAY_ELE_EQUALITY( a, i, val, false, out, local_success )
 
#define TEST_COMPARE(v1, comp, v2)    TEUCHOS_TEST_COMPARE( v1, comp, v2, out, success )
 
#define TEST_COMPARE_ARRAYS(a1, a2)
 
#define TEST_THROW(code, ExceptType)    TEUCHOS_TEST_THROW( code, ExceptType, out, success )
 
#define TEST_NOTHROW(code)    TEUCHOS_TEST_NOTHROW( code, out, success )
 

Functions

template<class T , int N>
bool testTuple (Teuchos::FancyOStream &out)
 
int main (int argc, char *argv[])
 

Macro Definition Documentation

◆ TEST_EQUALITY_CONST

#define TEST_EQUALITY_CONST ( v1,
v2 )    TEUCHOS_TEST_EQUALITY_CONST( v1, v2, out, success )

Definition at line 67 of file Tuple_test.cpp.

◆ TEST_EQUALITY

#define TEST_EQUALITY ( v1,
v2 )    TEUCHOS_TEST_EQUALITY( v1, v2, out, success )

Definition at line 70 of file Tuple_test.cpp.

◆ TEST_ITER_EQUALITY

#define TEST_ITER_EQUALITY ( iter1,
iter2 )    TEUCHOS_TEST_ITER_EQUALITY( iter1, iter2, out, success )

Definition at line 73 of file Tuple_test.cpp.

◆ TEST_ARRAY_ELE_EQUALITY

#define TEST_ARRAY_ELE_EQUALITY ( a,
i,
val )    TEUCHOS_TEST_ARRAY_ELE_EQUALITY( a, i, val, false, out, local_success )

Definition at line 76 of file Tuple_test.cpp.

◆ TEST_COMPARE

#define TEST_COMPARE ( v1,
comp,
v2 )    TEUCHOS_TEST_COMPARE( v1, comp, v2, out, success )

Definition at line 79 of file Tuple_test.cpp.

◆ TEST_COMPARE_ARRAYS

#define TEST_COMPARE_ARRAYS ( a1,
a2 )
Value:
{ \
const bool result = compareArrays(a1,#a1,a2,#a2,out); \
if (!result) success = false; \
}

Definition at line 82 of file Tuple_test.cpp.

◆ TEST_THROW

#define TEST_THROW ( code,
ExceptType )    TEUCHOS_TEST_THROW( code, ExceptType, out, success )

Definition at line 88 of file Tuple_test.cpp.

◆ TEST_NOTHROW

#define TEST_NOTHROW ( code)     TEUCHOS_TEST_NOTHROW( code, out, success )

Definition at line 91 of file Tuple_test.cpp.

Function Documentation

◆ testTuple()

template<class T , int N>
bool testTuple ( Teuchos::FancyOStream & out)

Definition at line 101 of file Tuple_test.cpp.

◆ main()

int main ( int argc,
char * argv[] )

Definition at line 385 of file Tuple_test.cpp.