mirror of
https://github.com/catchorg/Catch2.git
synced 2025-05-28 15:39:27 +00:00
build 42: “compact” reporter
- thanks to Martin Moene
This commit is contained in:
parent
4e9484ba30
commit
5a2df71b41
4 changed files with 292 additions and 5 deletions
|
@ -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", "" )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue