Skip to content

Releases: jmp/AssertThat

AssertThat 0.4.0

05 Feb 10:17
@jmp jmp
9749ddd
Compare
Choose a tag to compare
  • 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

AssertThat 0.3.0

30 Oct 15:25
@jmp jmp
88f96bc
Compare
Choose a tag to compare
  • Removed explicit test discovery on Linux
  • Added isOne and isNotOne for Numeric
  • Added contains and doesNotContain for Sequence
  • Added assertions for Collection
  • Various internal code improvements

AssertThat 0.2.0

01 Jul 22:09
@jmp jmp
395030f
Compare
Choose a tag to compare
  • The library now uses test discovery on Linux to simplify tests
  • Simplified Assertion to have only a single stored property: subject

AssertThat 0.1.0

18 Jan 17:20
@jmp jmp
Compare
Choose a tag to compare
  • Initial release