Added initial built-in matchers for NSString (ObjC)

This commit is contained in:
Phil Nash
2012-03-04 21:18:46 +00:00
parent a6a40b3ba9
commit 966f5dbff2
4 changed files with 122 additions and 36 deletions

View File

@@ -32,7 +32,7 @@ TEST_CASE( "selftest/main", "Runs all Catch self tests and checks their results"
MetaTestRunner::runMatching( "./succeeding/*", MetaTestRunner::Expected::ToSucceed );
}
}
///////////////////////////////////////////////////////////////////////////
SECTION( "selftest/test counts",
"Number of test cases that run is fixed" )