59   using Teuchos::rcp_dynamic_cast;
 
static bool verboseUnitTests()
Returns if unit tests are verbose or not. 
 
#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. 
 
T_To & dyn_cast(T_From &from)
Dynamic casting utility function meant to replace dynamic_cast<T&> by throwing a better documented er...
 
Exception class for bad cast. 
 
basic_FancyOStream< char > FancyOStream
 
Smart reference counting pointer class for automatic garbage collection.