Quantcast
Channel: concurrency – blog.
Viewing all articles
Browse latest Browse all 20

Awaitility – Java DSL for easy testing of asynchronous systems

$
0
0

Introduction 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. Awaility is a DSL that allows you to express expectations of a asynchronous system in a concise and easy to read manner. Simple example […]

The post Awaitility – Java DSL for easy testing of asynchronous systems appeared first on blog..


Viewing all articles
Browse latest Browse all 20