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.
- Host: GitHub
- URL: https://github.com/folkengine/junit-frameworks
- Owner: folkengine
- License: unlicense
- Created: 2015-01-23T18:12:44.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-24T15:55:45.000Z (over 10 years ago)
- Last Synced: 2025-03-06T00:52:45.474Z (3 months ago)
- Size: 172 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)