1
0
Fork 0
mirror of https://github.com/akullpp/awesome-java.git synced 2024-11-20 11:28:01 -05:00

Update README.md

Added testing frameworks
This commit is contained in:
akullpp 2014-07-10 14:43:56 +02:00
parent 4c7bc3abbb
commit c0f5a2e6f4

View file

@ -147,6 +147,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by [
*Everything else* *Everything else*
* [Jimfs](https://github.com/google/jimfs) - An in-memory file system
* [Lombok](http://projectlombok.org/) - Code-generator which aims to reduce the verbosity of Java * [Lombok](http://projectlombok.org/) - Code-generator which aims to reduce the verbosity of Java
## Natural Language Processing ## Natural Language Processing
@ -186,9 +187,16 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by [
* [Apache JMeter](http://jmeter.apache.org/) - Functional testing and performance measurements * [Apache JMeter](http://jmeter.apache.org/) - Functional testing and performance measurements
* [Mockito](http://code.google.com/p/mockito/) * [Mockito](http://code.google.com/p/mockito/)
* [Arquillian](http://arquillian.org/) * [Arquillian](http://arquillian.org/)
* [Selenium](http://docs.seleniumhq.org/) * [Selenium](http://docs.seleniumhq.org/) - Frontend testing
* [VisualVM](http://visualvm.java.net/) * [VisualVM](http://visualvm.java.net/)
* [Eclipse Memory Analyzer Tool](http://www.eclipse.org/mat/) * [Eclipse Memory Analyzer Tool](http://www.eclipse.org/mat/)
* [Hamcrest](http://hamcrest.org/JavaHamcrest/) - Framework for writing declarative assertion matchers
* [FEST](https://code.google.com/p/fest/) - Collection of testing libraries
* [AssertJ](http://joel-costigliola.github.io/assertj/) - Fluent assertions
* [Calipher](https://code.google.com/p/caliper/) - Microbenchmarking framework
* [JMH](http://openjdk.java.net/projects/code-tools/jmh/) - Microbenchmarking
* [TestNG](http://testng.org/) Testing framework
* [JUnit](http://junit.org/) Testing framework
## Utility ## Utility