Declaration | |
---|---|
From | - (NSUInteger)testCaseCount |
To | @property (readonly) NSUInteger testCaseCount |
Declaration | |
---|---|
From | - (NSString *)name |
To | @property (readonly, copy) NSString *name |
Declaration | |
---|---|
From | - (Class)testRunClass |
To | @property (readonly) Class testRunClass |
Declaration | |
---|---|
From | - (NSInvocation *)invocation |
To | @property (strong) NSInvocation *invocation |
Declaration | |
---|---|
From | - (void)setInvocation:(NSInvocation *)anInvocation |
To | @property (strong) NSInvocation *invocation |
Declaration | |
---|---|
From | @property (readwrite) BOOL continueAfterFailure |
To | @property BOOL continueAfterFailure |
Declaration | |
---|---|
From | + (id)defaultTestSuite |
To | + (XCTestSuite *)defaultTestSuite |
Availability | |
---|---|
From | Available |
To | Deprecated |
Availability | |
---|---|
From | Available |
To | Deprecated |
Declaration | |
---|---|
From | - (NSFileHandle *)logFileHandle |
To | @property (readonly, strong) NSFileHandle *logFileHandle |
Availability | |
---|---|
From | Available |
To | Deprecated |
Availability | |
---|---|
From | Available |
To | Deprecated |
Availability | |
---|---|
From | Available |
To | Deprecated |
Availability | |
---|---|
From | Available |
To | Deprecated |
Availability | |
---|---|
From | Available |
To | Deprecated |
Availability | |
---|---|
From | Available |
To | Deprecated |
Availability | |
---|---|
From | Available |
To | Deprecated |
Availability | |
---|---|
From | Available |
To | Deprecated |
Availability | |
---|---|
From | Available |
To | Deprecated |
Availability | |
---|---|
From | Available |
To | Deprecated |
Declaration | |
---|---|
From | - (XCTest *)test |
To | @property (readonly, strong) XCTest *test |
Declaration | |
---|---|
From | - (NSDate *)startDate |
To | @property (readonly, copy) NSDate *startDate |
Declaration | |
---|---|
From | - (NSDate *)stopDate |
To | @property (readonly, copy) NSDate *stopDate |
Declaration | |
---|---|
From | - (NSTimeInterval)totalDuration |
To | @property (readonly) NSTimeInterval totalDuration |
Declaration | |
---|---|
From | - (NSTimeInterval)testDuration |
To | @property (readonly) NSTimeInterval testDuration |
Declaration | |
---|---|
From | - (NSUInteger)testCaseCount |
To | @property (readonly) NSUInteger testCaseCount |
Declaration | |
---|---|
From | - (NSUInteger)failureCount |
To | @property (readonly) NSUInteger failureCount |
Declaration | |
---|---|
From | - (NSUInteger)unexpectedExceptionCount |
To | @property (readonly) NSUInteger unexpectedExceptionCount |
Declaration | |
---|---|
From | - (NSUInteger)totalFailureCount |
To | @property (readonly) NSUInteger totalFailureCount |
Declaration | |
---|---|
From | - (BOOL)hasSucceeded |
To | @property (readonly) BOOL hasSucceeded |
Declaration | |
---|---|
From | - (NSArray *)tests |
To | @property (readonly, copy) NSArray *tests |
Declaration | |
---|---|
From | - (NSArray *)testRuns |
To | @property (readonly, copy) NSArray *testRuns |