forked from Alepha/Alepha
I have the universal handler working for value-test cases...
This commit is contained in:
@ -61,6 +61,7 @@ namespace Alepha::Hydrogen::Testing::detail::testing
|
||||
throw;
|
||||
}
|
||||
catch( const TestFailure &fail ) { std::cout << " -- " << fail.failureCount << " failures."; }
|
||||
catch( const std::exception &ex ) { std::cout << " -- unknown failure count (mesg: " << ex.what() << ")"; }
|
||||
catch( ... ) { std::cout << " -- unknown failure count"; }
|
||||
std::cout << std::endl;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user