Added ANON_TEST_CASE() macro

This commit is contained in:
Phil Nash 2011-01-18 19:54:51 +00:00
parent 9ca0988e0f
commit dd7f13ccbb
1 changed files with 1 additions and 0 deletions

View File

@ -52,6 +52,7 @@
#define SECTION( name, description ) CATCH_SECTION( name, description )
#define TEST_CASE( name, description ) INTERNAL_CATCH_TESTCASE( name, description )
#define ANON_TEST_CASE() INTERNAL_CATCH_TESTCASE( "anon", "Anonymous test case" )
#define METHOD_AS_TEST_CASE( method, name, description ) CATCH_METHOD_AS_TEST_CASE( method, name, description )
#define REGISTER_REPORTER( name, reporterType ) CATCH_REGISTER_REPORTER( name, reporterType )