Go to the source code of this file.
|
#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 ) |
|
◆ TEST_EQUALITY_CONST
◆ TEST_EQUALITY
◆ TEST_ITER_EQUALITY
◆ TEST_ARRAY_ELE_EQUALITY
◆ TEST_COMPARE
◆ TEST_COMPARE_ARRAYS
#define TEST_COMPARE_ARRAYS |
( |
|
a1, |
|
|
|
a2 |
|
) |
| |
Value:{ \
if (!result) success = false; \
}
bool compareArrays(const Array1 &a1, const std::string &a1_name, const Array2 &a2, const std::string &a2_name, Teuchos::FancyOStream &out)
Compare if two array objects are the same or not.
Definition at line 82 of file ArrayView_test.cpp.
◆ TEST_THROW
#define TEST_THROW |
( |
|
code, |
|
|
|
ExceptType |
|
) |
| TEUCHOS_TEST_THROW( code, ExceptType, out, success ) |
◆ TEST_NOTHROW
◆ testArrayView()
◆ main()
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |