Skip to content

AssertThat 0.4.0

Latest
Compare
Choose a tag to compare
@jmp jmp released this 05 Feb 10:17
· 5 commits to master since this release
9749ddd
  • Added Swift documentation for assertThat and Assertion
  • Removed redundant contains and doesNotContain from StringProtocol (these are already implemented for Sequence)
  • Removed redundant isEmpty and isNotEmpty from StringProtocol (these are already implemented for Collection)
  • Changed closure and error assertions to utilize XCTAssertThrowsError and XCTAssertNoThrow
  • Moved isZero and isNotZero from Numeric to the more generic AdditiveArithmetic
  • Moved startsWith, doesNotStartWith, endsWith, and doesNotEndWith from StringProtocol to the more generic Sequence