diff --git a/UnitTesting/GTMGoogleTestRunner.mm b/UnitTesting/GTMGoogleTestRunner.mm index 8d7f109..4511690 100644 --- a/UnitTesting/GTMGoogleTestRunner.mm +++ b/UnitTesting/GTMGoogleTestRunner.mm @@ -89,6 +89,10 @@ @interface GTMGoogleTestRunner : XCTestCase { NSString *testName_; } +// If a test has been skipped this will be set with an exception describing +// the skipped test. +@property(nonatomic) _XCTSkipFailureException *skipException; + // The name for a test is the GoogleTest name which is "TestCase.Test" - (instancetype)initWithName:(NSString *)testName; @end