1
0
Fork 0
mirror of https://github.com/akullpp/awesome-java.git synced 2025-10-23 23:33:49 -04:00

Merge pull request #506 from koppor/patch-1

Add ArchUnit
This commit is contained in:
Andreas Kull 2017-05-12 22:03:43 +02:00 committed by GitHub
commit 8572934ab9

View file

@ -766,6 +766,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.
* [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.