Fixed reference to basic reporter (to console reporter)

This commit is contained in:
Phil Nash
2012-12-14 18:17:47 +00:00
parent cf5ced59d1
commit 8b71158540
4 changed files with 36 additions and 33 deletions

View File

@@ -239,7 +239,10 @@ TEST_CASE("./failing/matchers/Equals", "")
{
CHECK_THAT( testStringForMatching(), Equals( "something else" ) );
}
//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" ) ) );