|
Teuchos Package Browser (Single Doxygen Collection)
Version of the Day
|
static bool verboseUnitTests()
Returns if unit tests are verbose or not.
#define TEST_THROW(code, ExceptType)
Assert that the statement 'code' throws the exception 'ExceptType' (otherwise the test fails).
Smart reference counting pointer class for automatic garbage collection.
#define TEUCHOS_UNIT_TEST(TEST_GROUP, TEST_NAME)
Macro for defining a (non-templated) unit test.
T_To & dyn_cast(T_From &from)
Dynamic casting utility function meant to replace dynamic_cast<T&> by throwing a better documented er...
basic_FancyOStream< char > FancyOStream
#define TEST_NOTHROW(code)
Asserr that the statement 'code' does not thrown any excpetions.
Exception class for bad cast.