Skip to content

Commit ec15e34

Browse files
author
Mike Ferris
authored
Merge pull request #3239 from mike-ferris-apple/26611147_Swift3ExpectationAPINaming
<rdar://problem/26611147> Swift names for expectation APIs don't matc…
2 parents c40909b + f6618b1 commit ec15e34

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)