XCTest Xcode 8.0 API Differences

XCAbstractTest.h
Removed -[XCTest run]
XCTestCase.h
Modified +[XCTestCase testCaseWithSelector:]
Declaration
From+ (nonnull instancetype)testCaseWithSelector:(nonnull SEL)selector
To+ (nullable instancetype)testCaseWithSelector:(nonnull SEL)selector

XCTestCase+AsynchronousTesting.h
Modified XCTestExpectation
Header
FromXCTestCase+AsynchronousTesting.h
ToXCTestExpectation.h

XCTestDefines.h
Removed #def XCT_GENERICS_AVAILABLE
Removed #def XCT_NULLABLE_AVAILABLE
XCTestExpectation.h
Modified XCTestExpectation
Header
FromXCTestCase+AsynchronousTesting.h
ToXCTestExpectation.h