Skip to content

1.4

Compare
Choose a tag to compare
@samdeane samdeane released this 29 Apr 18:55
· 29 commits to main since this release

Added Matchable protocol, assertMatches method, and XCTAssert(matches:).

Used for checking whether objects/values match. Failures deep inside structures will bubble up and be reported in the correct context by (XCFail), so that Xcode shows you the correct location of the failure.