build 42: “compact” reporter

- thanks to Martin Moene
This commit is contained in:
Phil Nash 2014-05-01 19:07:02 +01:00
parent 4e9484ba30
commit 5a2df71b41
4 changed files with 292 additions and 5 deletions

View file

@ -52,6 +52,7 @@ TEST_CASE( "An unchecked exception reports the line of the last assertion", "[.]
if( Catch::isTrue( true ) )
throw std::domain_error( "unexpected exception" );
}
TEST_CASE( "When unchecked exceptions are thrown from sections they are always failures", "[.][failing]" )
{
SECTION( "section name", "" )