From 39ed5f900d2ce82720ce00a426e1a75a461cfa55 Mon Sep 17 00:00:00 2001 From: Oliver Kopp Date: Mon, 24 Apr 2017 13:16:19 +0200 Subject: [PATCH] Add ArchUnit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index aa95e6d..c8d31fd 100644 --- a/README.md +++ b/README.md @@ -760,6 +760,7 @@ A curated list of awesome Java frameworks, libraries and software. *Tools that test from model to the view.* * [Apache JMeter](http://jmeter.apache.org/) - Functional testing and performance measurements. +* [ArchUnit](https://github.com/TNG/ArchUnit) - Architecture test library, to specify and assert architecture rules in plain Java. * [Arquillian](http://arquillian.org/) - Integration and functional testing platform for Java EE containers. * [AssertJ](http://joel-costigliola.github.io/assertj/) - Fluent assertions that improve readability. * [Awaitility](https://github.com/jayway/awaitility) - DSL for synchronizing asynchronous operations.