Awaitility

Makes it easier for Java developers to test asynchronous code
Download

Awaitility Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Apache
  • Publisher Name:
  • The Awaitility Team
  • Publisher web site:
  • http://code.google.com/p/awaitility/
  • Operating Systems:
  • Mac OS X
  • File Size:
  • 199 KB

Awaitility Tags


Awaitility Description

Makes it easier for Java developers to test asynchronous code Awaitility is a small and open source Java-based DSL for synchronizing asynchronous operations and easier testing of asynchronous code. Testing asynchronous systems is hard. Not only does it require handling threads, timeouts and concurrency issues, but the intent of the test code can be obscured by all these details. Awaitility is a DSL that allows you to express expectations of an asynchronous system in a concise and easy to read manner. Requirements: · Java What's New in This Release: · Fixed an issue where poll interval overrode the poll delay. · Awaitility now throws IllegalStateException when timeout is less than or equal to the poll interval or poll delay. · Improved error messages when using field suppliers (e.g. await().until( fieldIn(object).ofType(int.class), is(2) );) when timeout occurs.


Awaitility Related Software