Skip to content

Releases: manuel-mauky/assertj-javafx

v0.3.0

12 Jan 14:44
Compare
Choose a tag to compare

Add assertions for ObservableValues to public API

v0.2.0

18 Sep 21:17
Compare
Choose a tag to compare
  • Add hasSameValue assertion
  • Add hasValue, hasNotNullValue and hasNullValue to BindingAssert
  • Bugfix: assertions for NumberBinding wasn't possible due to overlapping method signatures. Added specific assertions for NumberBinding to fix this.

0.1.1

02 Jun 19:52
Compare
Choose a tag to compare

Bugfix-Release

  • fixed a bug with the offset calculation of ObservableNumberValues asserts.

0.1.0

14 May 22:40
Compare
Choose a tag to compare
  • hasValue, hasNullValue and hasNotNullValue assertions for all observableValue's
  • isTrue and isFalse assertions for observableBooleanValues's
  • dependsOn assertion for Observables's
  • isBound assertion for Properties