Update README.md

This commit is contained in:
GabrielJacquier
2017-04-17 11:56:08 -03:00
committed by GitHub
parent 9d5d768e5d
commit a45e16bb58

View File

@ -772,6 +772,7 @@ A curated list of awesome Java frameworks, libraries and software.
* [J8Spec](https://github.com/j8spec/j8spec/) - J8Spec is a library that allows tests written in Java to follow the BDD style introduced by RSpec and Jasmine.
* [JBehave](http://jbehave.org/) - Framework for Behavioural Driven Development.
* [JFairy](https://github.com/Codearte/jfairy) - Fake data generator.
* [Fixture](https://github.com/six2six/fixture-factory) - Generator fake objects from a template
* [JGiven](http://jgiven.org) - Developer-friendly BDD testing framework compatible with JUnit and TestNG.
* [JMockit](http://jmockit.org/) - Mocks static, final methods and more.
* [JSONAssert](http://jsonassert.skyscreamer.org/) - Simplifies testing of JSON strings.