Closed
Description
Description
Xcode's XCTest has the XCTIssue API for reporting issues, but the closest thing to creating and reporting an XCTIssue is Issue.record
. Which has limitations and prevents me from providing semantics for why an expectation failed.
This limits the ability of Nimble to integrate with Swift Testing.
Expected behavior
No response
Actual behavior
No response
Steps to reproduce
No response
swift-testing version/commit hash
No response
Swift & OS version (output of swift --version && uname -a
)
No response