Teuchos Package Browser (Single Doxygen Collection)
Version of the Day
|
#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"
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[]) |
#define TEST_EQUALITY_CONST | ( | v1, | |
v2 | |||
) | TEUCHOS_TEST_EQUALITY_CONST( v1, v2, out, success ) |
Definition at line 67 of file Tuple_test.cpp.
#define TEST_EQUALITY | ( | v1, | |
v2 | |||
) | TEUCHOS_TEST_EQUALITY( v1, v2, out, success ) |
Definition at line 70 of file Tuple_test.cpp.
#define TEST_ITER_EQUALITY | ( | iter1, | |
iter2 | |||
) | TEUCHOS_TEST_ITER_EQUALITY( iter1, iter2, out, success ) |
Definition at line 73 of file Tuple_test.cpp.
#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.
#define TEST_COMPARE | ( | v1, | |
comp, | |||
v2 | |||
) | TEUCHOS_TEST_COMPARE( v1, comp, v2, out, success ) |
Definition at line 79 of file Tuple_test.cpp.
#define TEST_COMPARE_ARRAYS | ( | a1, | |
a2 | |||
) |
Definition at line 82 of file Tuple_test.cpp.
#define TEST_THROW | ( | code, | |
ExceptType | |||
) | TEUCHOS_TEST_THROW( code, ExceptType, out, success ) |
Definition at line 88 of file Tuple_test.cpp.
#define TEST_NOTHROW | ( | code | ) | TEUCHOS_TEST_NOTHROW( code, out, success ) |
Definition at line 91 of file Tuple_test.cpp.
bool testTuple | ( | Teuchos::FancyOStream & | out | ) |
Definition at line 101 of file Tuple_test.cpp.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 385 of file Tuple_test.cpp.