An open API service indexing awesome lists of open source software.

https://github.com/folkengine/junit-frameworks

A repository to reference all of the Java unit testing frameworks.
https://github.com/folkengine/junit-frameworks

Last synced: 3 months ago
JSON representation

A repository to reference all of the Java unit testing frameworks.

Awesome Lists containing this project

README

        

# junit-frameworks
A repository to reference all of the Java unit testing frameworks.

$> git submodule init
$> git submodule update

Submodules
==========
* [JUnit](http://junit.org/)
* [TestNG](http://testng.org/doc/index.html)
* [Mockito](http://mockito.org/)
* [EasyMock](http://easymock.org/)
* [PowerMock](http://code.google.com/p/powermock/)
* [AssertJ](http://joel-costigliola.github.io/assertj/)
* [Hamcrest](http://hamcrest.org/)
* [PIT](http://pitest.org/)
* [EasyTest](https://github.com/EaseTech/easytest-core)
* [JUnitParams](http://pragmatists.github.io/JUnitParams/)
* [tempus-fugit](http://tempusfugitlibrary.org/)

Groovy
------
* [Spock](http://code.google.com/p/spock/)

Scala
-----
* [specs2](http://etorreborre.github.io/specs2/)
* [ScalaCheck](http://www.scalacheck.org/)
* [ScalaTest](http://www.scalatest.org/)

Links
=====
* [xUnit Test Patterns](http://xunitpatterns.com/)
* [Unitils](http://www.unitils.org/)

Bibliography
============
* [xUnit Test Patterns: Refactoring Test Code](http://www.amazon.com/gp/product/0131495054/ref=as_li_tl?ie=UTF8&camp=1789&creative=390957&creativeASIN=0131495054&linkCode=as2&tag=folkengine-20&linkId=N5R3PC6EVMNTATYP)
* [Pragmatic Unit Testing in Java 8 with JUnit](http://www.amazon.com/gp/product/1941222595/ref=as_li_tl?ie=UTF8&camp=1789&creative=390957&creativeASIN=1941222595&linkCode=as2&tag=folkengine-20&linkId=JBO3TSZVKW45R4O6)
* [JUnit in Action 2Ed](http://www.amazon.com/gp/product/1935182021/ref=as_li_tl?ie=UTF8&camp=1789&creative=390957&creativeASIN=1935182021&linkCode=as2&tag=folkengine-20&linkId=YEDJLJPALDUKTN2W)