-
Notifications
You must be signed in to change notification settings - Fork 267
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[SR-13916] Add XCTIssue
and record(_:)
#348
Comments
@swift-ci create |
Sorry for the late reply. The XCTest documentation at developer.apple.com tracks the XCTest framework that ships as part of Xcode. Retitling this issue to track adding |
grynspan
changed the title
[SR-13916] Documentation out-of-sync with OSS codebase
[SR-13916] Add Aug 16, 2023
XCTIssue
and record(_:)
Thanks for filing those issues. I agree corelibs-xctest's documentation story can be improved. |
grynspan
added a commit
that referenced
this issue
Oct 6, 2023
This PR adds a basic implementation of `XCTIssue` and `record(_:)`. The implementation is not as complex as the one in the XCTest framework that ships in Xcode. The interface is equivalent. Resolves #348.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Additional Detail from JIRA
md5: 38ef84ef694bb74c05c6a9d84522bbe4
Issue Description:
https://developer.apple.com/documentation/xctest/xctestrun/1449632-recordfailure is supposedly deprecated in favor of record(_:XCTIssue), since like, forever, but XCTIssue doesn't even exist in https://github.com/apple/swift-corelibs-xctest
The text was updated successfully, but these errors were encountered: