XCTest Xcode 7.3 API Differences

XCAbstractTest.h
Modified XCTest.name
Declaration
From@property (readonly, copy, nonnull) NSString *name
To@property (readonly, copy, nullable) NSString *name

Modified XCTest.testRunClass
Declaration
From@property (readonly, nonnull) Class testRunClass
To@property (readonly, nullable) Class testRunClass