View on GitHub

Joala

Java Library to support writing especially asynchronous tests with JUnit.

Joala

Joala started in 2011 as project to unify efforts to write robust UI integration tests. Joala is an extract of these efforts, especially originating from the efforts to create a common wait pattern which cannot be only used for UI tests but also for any other integration tests where you have to wait for system responses before you can continue with your test.

Versions APIdocs

Starting with Version 1.2.0 of Joala APIdocs exist for each version.

  1. Version 1.2.0, 2017-07-31: Major thirdparty updates, minor adjustments.
  2. Version 1.2.1, 2017-08-02: Minor fix to References regarding @Nullable annotation.