mirror of
https://github.com/catchorg/Catch2.git
synced 2025-08-03 05:45:39 +02:00
Refactor tests
This commit is contained in:
@@ -273,11 +273,12 @@
|
||||
<testCase name="tags with dots in later positions are not parsed as hidden" duration="{duration}"/>
|
||||
</file>
|
||||
<file path="tests/<exe-name>/IntrospectiveTests/TestCaseInfoHasher.tests.cpp">
|
||||
<testCase name="TestCaseInfoHasher produces different hashes./class names are equal, names are equal but tags are different." duration="{duration}"/>
|
||||
<testCase name="TestCaseInfoHasher produces different hashes./class names are equal, tags are equal but names are different" duration="{duration}"/>
|
||||
<testCase name="TestCaseInfoHasher produces different hashes./names are equal, tags are equal but class names are different" duration="{duration}"/>
|
||||
<testCase name="TestCaseInfoHasher produces different hashes./class names and names and tags are equal but hashers are seeded differently." duration="{duration}"/>
|
||||
<testCase name="TestCaseInfoHasher produces equal hashes./class names and names and tags are equal." duration="{duration}"/>
|
||||
<testCase name="Hashers with different seed produce different hash with same test case" duration="{duration}"/>
|
||||
<testCase name="Hashers with same seed produce same hash" duration="{duration}"/>
|
||||
<testCase name="Hashing different test cases produces different result/Different test name" duration="{duration}"/>
|
||||
<testCase name="Hashing different test cases produces different result/Different classname" duration="{duration}"/>
|
||||
<testCase name="Hashing different test cases produces different result/Different tags" duration="{duration}"/>
|
||||
<testCase name="Hashing test case produces same hash across multiple calls" duration="{duration}"/>
|
||||
</file>
|
||||
<file path="tests/<exe-name>/IntrospectiveTests/TestSpecParser.tests.cpp">
|
||||
<testCase name="Parsed tags are matched case insensitive" duration="{duration}"/>
|
||||
|
Reference in New Issue
Block a user