Closed grynspan closed 2 months ago
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.
XCTIssue
record(_:)
Resolves #348.
@swift-ci please test
@swift-ci please test Windows
This PR adds a basic implementation of
XCTIssue
andrecord(_:)
. The implementation is not as complex as the one in the XCTest framework that ships in Xcode. The interface is equivalent.Resolves #348.