@@ -635,6 +635,9 @@ Exception.tests.cpp:<line number>: passed: thisThrows(), StartsWith( "expected"
635635Exception.tests.cpp:<line number>: passed: thisThrows(), EndsWith( "exception" ) for: "expected exception" ends with: "exception"
636636Exception.tests.cpp:<line number>: passed: thisThrows(), ContainsSubstring( "except" ) for: "expected exception" contains: "except"
637637Exception.tests.cpp:<line number>: passed: thisThrows(), ContainsSubstring( "exCept", Catch::CaseSensitive::No ) for: "expected exception" contains: "except" (case insensitive)
638+ ToString.tests.cpp:<line number>: passed: tos == tos for: { stringification failed with an exception: "Invalid" }
639+ ==
640+ { stringification failed with an exception: "Invalid" }
638641Matchers.tests.cpp:<line number>: passed: throwsDerivedException(), DerivedException, Message( "DerivedException::what" ) for: DerivedException::what exception message matches "DerivedException::what"
639642Matchers.tests.cpp:<line number>: passed: throwsDerivedException(), DerivedException, !Message( "derivedexception::what" ) for: DerivedException::what not exception message matches "derivedexception::what"
640643Matchers.tests.cpp:<line number>: passed: throwsSpecialException( 2 ), SpecialException, !Message( "DerivedException::what" ) for: SpecialException::what not exception message matches "DerivedException::what"
@@ -2771,6 +2774,9 @@ Generators.tests.cpp:<line number>: passed: data.str.size() == data.len for: 3 =
27712774Generators.tests.cpp:<line number>: passed: data.str.size() == data.len for: 3 == 3
27722775Generators.tests.cpp:<line number>: passed: data.str.size() == data.len for: 5 == 5
27732776Generators.tests.cpp:<line number>: passed: data.str.size() == data.len for: 4 == 4
2777+ ToStringChrono.tests.cpp:<line number>: passed: tp1 == tp2 for: {iso8601-timestamp}
2778+ ==
2779+ {iso8601-timestamp}
27742780Generators.tests.cpp:<line number>: passed: strlen(std::get<0>(data)) == static_cast<size_t>(std::get<1>(data)) for: 5 == 5
27752781Generators.tests.cpp:<line number>: passed: strlen(std::get<0>(data)) == static_cast<size_t>(std::get<1>(data)) for: 6 == 6
27762782Generators.tests.cpp:<line number>: passed: strlen(std::get<0>(data)) == static_cast<size_t>(std::get<1>(data)) for: 5 == 5
@@ -2879,4 +2885,3 @@ Misc.tests.cpp:<line number>: passed:
28792885test cases:  436 |  316 passed |  97 failed | 6 skipped | 17 failed as expected
28802886assertions: 2295 | 2094 passed | 160 failed | 41 failed as expected
28812887
2882- 
0 commit comments