You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current doc comments on `XCTestSuite` are copied verbatim from Apple XCTest headers. They talk about methods and behavior that isn't available (at least yet) on our XCTestSuite implementation. We should rewrite this documentation to be more applicable to the way that the class is used in swift-corelibs-xctest.
Especially in need of attention are the APIs merged in this PR, which added many new classes (XCTestRun etc.) with documentation that doesn't make sense in our context.
I'm going to close this issue, as its core concern was addressed by jonallured (JIRA User) in his PR. There is certainly room for additional documentation improvements (always!), but that can be tracked elsewhere.
Additional Detail from JIRA
md5: 0ed03ce823738ee5c09d488b11993363
Issue Description:
The current doc comments on `XCTestSuite` are copied verbatim from Apple XCTest headers. They talk about methods and behavior that isn't available (at least yet) on our XCTestSuite implementation. We should rewrite this documentation to be more applicable to the way that the class is used in swift-corelibs-xctest.
Especially in need of attention are the APIs merged in this PR, which added many new classes (
XCTestRun
etc.) with documentation that doesn't make sense in our context.A little additional context from @modocache: #89 (comment)
The text was updated successfully, but these errors were encountered: