From b979da97dac6ca2abb35233c970100521045b502 Mon Sep 17 00:00:00 2001 From: Tobias Bieniek Date: Wed, 22 Apr 2015 09:54:08 +0200 Subject: [PATCH] Add "Awaitility" library to "Testing" section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 595a077..4cf5c9d 100644 --- a/README.md +++ b/README.md @@ -379,6 +379,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o * [Apache JMeter](http://jmeter.apache.org/) - Functional testing and performance measurements. * [Arquillian](http://arquillian.org/) - Integration and functional testing platform with integration of Java EE containers. * [AssertJ](http://joel-costigliola.github.io/assertj/) - Fluent assertions that improve readability. +* [Awaitility](https://github.com/jayway/awaitility) - Java DSL for synchronizing asynchronous operations * [Hamcrest](http://hamcrest.org/JavaHamcrest/) - Matchers that can be combined to create flexible expressions of intent. * [JMH](http://openjdk.java.net/projects/code-tools/jmh/) - Microbenchmarking tool for the JVM. * [JUnit](http://junit.org/) - Common testing framework.