mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-10-31 20:27:11 +01:00 
			
		
		
		
	| @@ -235,10 +235,10 @@ TEST_CASE("./failing/matchers/Equals", "") | ||||
| { | ||||
|     CHECK_THAT( testStringForMatching(), Equals( "something else" ) ); | ||||
| } | ||||
| //TEST_CASE("string", "Equals with NULL") | ||||
| //{ | ||||
| //    REQUIRE_THAT("", Equals(NULL)); | ||||
| //} | ||||
| TEST_CASE("string", "Equals with NULL") | ||||
| { | ||||
|     REQUIRE_THAT("", Equals(NULL)); | ||||
| } | ||||
| TEST_CASE("./succeeding/matchers/AllOf", "") | ||||
| { | ||||
|     CHECK_THAT( testStringForMatching(), AllOf( Catch::Contains( "string" ), Catch::Contains( "abc" ) ) ); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Phil Nash
					Phil Nash