Searched defs:specificException (Results 1 – 1 of 1) sorted by relevance
/external/google-breakpad/src/common/mac/testing/ |
D | GTMSenTestCase.h | 867 #define STAssertThrowsSpecific(expr, specificException, description, ...) \ argument 905 #define STAssertThrowsSpecificNamed(expr, specificException, aName, description, ...) \ argument 970 #define STAssertNoThrowSpecific(expr, specificException, description, ...) \ argument 1000 #define STAssertNoThrowSpecificNamed(expr, specificException, aName, description, ...) \ argument
|