Home
last modified time | relevance | path

Searched refs:OC_TEST_CASE (Results 1 – 4 of 4) sorted by relevance

/external/catch2/projects/XCode/OCTest/OCTest/
DCatchOCTestCase.mm27 OC_TEST_CASE( "This is a test case", "" )
36 OC_TEST_CASE( "This is another test case", "" )
45 OC_TEST_CASE( "tests a boolean value", "[!shouldfail]" )
51 OC_TEST_CASE( "throws an Objective-C exception", "[!throws][!shouldfail]" )
57 OC_TEST_CASE( "throws a std c++ exception", "[!throws][!shouldfail]" )
69 OC_TEST_CASE( "Matches work with OC types (NSString so far)", "[!shouldfail]" )
79 OC_TEST_CASE( "nil NSString should not crash the test", "[!shouldfail]" ) category
/external/catch2/include/internal/
Dcatch_objc.hpp213 #define OC_TEST_CASE( name, desc ) OC_TEST_CASE2( name, desc, __LINE__ ) macro
/external/bcc/tests/cc/
Dcatch.hpp3059 #define OC_TEST_CASE( name, desc )\ macro
/external/catch2/single_include/catch2/
Dcatch.hpp4449 #define OC_TEST_CASE( name, desc ) OC_TEST_CASE2( name, desc, __LINE__ ) macro