Skip to content

Commit

Permalink
Bring back property removed by accident.
Browse files Browse the repository at this point in the history
This was an error in b83f1b8.
  • Loading branch information
thomasvl committed Oct 3, 2024
1 parent c146e1d commit 433518f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions UnitTesting/GTMGoogleTestRunner.mm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 433518f

Please sign in to comment.