From 143efbee0fc415ce210ee3afc751791ce8147f87 Mon Sep 17 00:00:00 2001 From: Jonathan Halterman Date: Mon, 13 Jun 2016 14:01:34 -0700 Subject: [PATCH] Add concurrentunit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0cfb98f..096aa65 100644 --- a/README.md +++ b/README.md @@ -652,6 +652,7 @@ A curated list of awesome Java frameworks, libraries and software. * [AssertJ](http://joel-costigliola.github.io/assertj/) - Fluent assertions that improve readability. * [Awaitility](https://github.com/jayway/awaitility) - DSL for synchronizing asynchronous operations. * [Citrus](http://citrusframework.org/) - Integration testing framework with focus on client- and serverside messaging. +* [ConcurrentUnit](https://github.com/jhalterman/concurrentunit) - Toolkit for testing multi-threaded and asynchronous applications. * [Cucumber](https://github.com/cucumber/cucumber-jvm) - BDD testing framework. * [Gatling](http://gatling.io/) - Load testing tool designed for ease of use, maintainability and high performance. * [GreenMail](http://www.icegreen.com/greenmail/) - In-memory email server for integration testing. Supports SMTP, POP3 and IMAP including SSL.