mirror of
https://github.com/catchorg/Catch2.git
synced 2025-08-01 12:55:40 +02:00
Added xml and junit output
- also fixed a typo in a test name
This commit is contained in:
@@ -32,7 +32,7 @@ SCENARIO( storyName, "scenario name" )
|
||||
{
|
||||
// do this
|
||||
|
||||
THEN( "it should this this")
|
||||
THEN( "it should do this")
|
||||
{
|
||||
REQUIRE( itDoesThis() );
|
||||
}
|
||||
|
Reference in New Issue
Block a user