mirror of
https://github.com/catchorg/Catch2.git
synced 2025-08-01 12:55:40 +02:00
Give (currently not used, so global only) group a name
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<testsuites>
|
||||
<testsuite errors="12" failures="87" tests="759" hostname="tbd" time="{duration}" timestamp="tbd">
|
||||
<testsuite name="all tests" errors="12" failures="87" tests="759" hostname="tbd" time="{duration}" timestamp="tbd">
|
||||
<testcase classname="global" name="toString(enum)" time="{duration}"/>
|
||||
<testcase classname="global" name="toString(enum w/operator<<)" time="{duration}"/>
|
||||
<testcase classname="global" name="toString(enum class)" time="{duration}"/>
|
||||
|
@@ -1,5 +1,5 @@
|
||||
<Catch name="CatchSelfTest">
|
||||
<Group>
|
||||
<Group name="all tests">
|
||||
<TestCase name="toString(enum)">
|
||||
<Expression success="true" filename="/Users/philnash/Dev/OSS/Catch-Dev/projects/SelfTest/EnumToString.cpp" >
|
||||
<Original>
|
||||
|
Reference in New Issue
Block a user