Skip to content

0.2.0

Compare
Choose a tag to compare
@ZevEisenberg ZevEisenberg released this 24 Mar 21:03
· 11 commits to main since this release

New Features

  • Use @autoclosure to defer evaluation of a pair's members until they are actually evaluated by a test. This means that test cases excluded with xPair, or excluded because other test cases are marked with fPair, will not have their members evaluated. #1
  • Add optional message parameter to Pair, fPair, and xPair, which is passed along to XCTest if the test case fails. #2

Other Changes

Full Changelog: 0.1.0...0.2.0