45 #include "TestingHelperPack_update_success.hpp"
46 #include "Teuchos_Assert.hpp"
48 bool TestingHelperPack::update_success(
bool result_check,
bool* success) {
49 if(result_check ==
false) {
51 throw_except_on_fail, std::runtime_error
52 ,
"update_success(...) : Runtime check "
53 "failed and throw_except_on_fail == false." );
59 bool TestingHelperPack::throw_except_on_fail =
false;
#define TEUCHOS_TEST_FOR_EXCEPTION(throw_exception_test, Exception, msg)