mirror of
https://github.com/catchorg/Catch2.git
synced 2025-06-03 10:27:57 +00:00
Removed test for invoking String Matcher with NULL (this will no longer be supported)
This commit is contained in:
parent
29fa1edcc7
commit
5530303be7
5 changed files with 8 additions and 35 deletions
|
@ -243,10 +243,7 @@ TEST_CASE("Equals string matcher", "[.][failing][matchers]")
|
|||
{
|
||||
CHECK_THAT( testStringForMatching(), Equals( "something else" ) );
|
||||
}
|
||||
TEST_CASE("Equals string matcher, with NULL", "[matchers]")
|
||||
{
|
||||
REQUIRE_THAT("", Equals(CATCH_NULL));
|
||||
}
|
||||
|
||||
TEST_CASE("AllOf matcher", "[matchers]")
|
||||
{
|
||||
CHECK_THAT( testStringForMatching(), AllOf( Catch::Contains( "string" ), Catch::Contains( "abc" ) ) );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue