Skip to content

Commit f6618b1

Browse files
author
Mike Ferris
committed
<rdar://problem/26611147> Swift names for expectation APIs don't match API guidelines
1 parent 37b7d3d commit f6618b1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

apinotes/XCTest.apinotes

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,11 @@ Classes:
1717
- Selector: 'matchingIdentifier:'
1818
MethodKind: Instance
1919
SwiftName: 'matching(identifier:)'
20+
- Name: XCTestCase
21+
Methods:
22+
- Selector: 'waitForExpectationsWithTimeout:handler:'
23+
MethodKind: Instance
24+
SwiftName: 'waitForExpectations(timeout:handler:)'
25+
- Selector: 'expectationWithDescription:'
26+
MethodKind: Instance
27+
SwiftName: 'expectation(description:)'

0 commit comments

Comments
 (0)