65 std::vector<double> value;
75 struct NotComparableOrPrintable {
81 NotComparableOrPrintable value;
Modified boost::any class for holding a templated value.
#define TEST_NOTHROW(code)
Asserr that the statement 'code' does not thrown any excpetions.
#define TEST_THROW(code, ExceptType)
Assert that the statement 'code' throws the exception 'ExceptType' (otherwise the test fails)...
#define TEUCHOS_UNIT_TEST(TEST_GROUP, TEST_NAME)
Macro for defining a (non-templated) unit test.
Modified boost::any class, which is a container for a templated value.
#define TEST_EQUALITY_CONST(v1, v2)
Assert the equality of v1 and constant v2.