Awaitility

Awaitility 1.3.4

Awaitility used to make sure your code is correctly synchronized or that you are using thread safe data structures such as volatile fields or classes. Testing asynchronous systems is hard. Not only does it require handling threads, timeouts and...