mirror of
https://github.com/catchorg/Catch2.git
synced 2025-08-03 05:45:39 +02:00
Added TestCaseInfoHasher and tests. (#2394)
Test case hashing includes tags and class name As the hasher involves more code now, it was split out into its own file and it got its own set of tests. Closes #2304
This commit is contained in:
@@ -1395,6 +1395,6 @@ due to unexpected exception with message:
|
||||
Why would you throw a std::string?
|
||||
|
||||
===============================================================================
|
||||
test cases: 386 | 310 passed | 69 failed | 7 failed as expected
|
||||
assertions: 2219 | 2064 passed | 128 failed | 27 failed as expected
|
||||
test cases: 388 | 312 passed | 69 failed | 7 failed as expected
|
||||
assertions: 2224 | 2069 passed | 128 failed | 27 failed as expected
|
||||
|
||||
|
Reference in New Issue
Block a user