Skip to content

Releases: redfin/insist

4.3.0 : Bumping dependency versions

13 Dec 03:52
Compare
Choose a tag to compare

Using the newer version of Patience and updating assorted other dependencies.

4.2.0 : Adding additional thatEventually methods

30 Mar 07:07
Compare
Choose a tag to compare

This release adds a couple of new that eventually methods which are syntactic sugar for commonly used assertions. These are that an optional is eventually present and that a value is eventually not null. It also bumps the version of JUnit that is used for tests.

4.1.0 : adding retries and updating documentation

24 Jan 03:55
Compare
Choose a tag to compare

This updates the dependency version for the Patience library and adds in the ability to set the number of retries as per the PatientRetry object as well as the PatientWait that was already available.

4.0.0 : removing expects and updating assertions

05 Jan 14:05
Compare
Choose a tag to compare
Removing the IllegalStateException types and updating the assertions …

3.0.1 : bumping patience version

01 Jan 20:29
Compare
Choose a tag to compare

Forgot to bump the patience version in the dependencies, this fixes that.

3.0.0 : fixing stack trimming on eventual checks

01 Jan 20:27
Compare
Choose a tag to compare

The insist checks that waited for the future were not properly trimming the stack trace, this release fixes that and updates some of the constructors.

2.1.0: Adding new entry point and updating dependencies

05 Oct 04:07
Compare
Choose a tag to compare

Updating the dependency versions and adding a new entry method in Insist that throws IllegalStateException on validation failure.

2.0.0: Updated dependencies and method rename

03 Oct 18:45
Compare
Choose a tag to compare

This update bumps the versions of the validity and patience libraries. It also renames the Insist.assume method to assumes to be more consistent with the asserts method.

1.3.0: Updating dependencies

01 Oct 15:06
Compare
Choose a tag to compare

Updating the versions of the project dependencies.

1.2.0 - New eventual testing helper method

18 Sep 07:21
Compare
Choose a tag to compare

Added in a method for testing eventual state that takes in a duration only and the wait is a default one.