All Versions
10
Latest Version
Avg Release Cycle
222 days
Latest Release
2366 days ago

Changelog History

  • v1.1.1

    November 03, 2017
  • v1.1.0

    April 21, 2017
  • v1.0.6

    January 20, 2017
  • v1.0.5

    April 14, 2016
  • v1.0.4 Changes

    January 26, 2015

    🔧 Configurable test case name

    🆕 New annotation @TestCaseName that can be used for test case name configuration:

    @Test@Parameters({ "1,1", "2,2" }) @TestCaseName("factorial({0}) = {1}") public void custom\_names\_for\_test\_case(int argument, int result) { }
    

    ✅ will produce tests with names:

    factorial(1) = 1
    factorial(2) = 2
    

    👍 Allow usage of enums as a data source

    Parameters annotation now allows passing Enum values as parameters

    @Parameters(source = Fruit.class)
    

    ✅ Test results filtering fixed

    ✅ When starting a single test method from within an IDE, the tests results were not shown up properly in the results tab.

  • v1.0.2

    June 23, 2013
  • v1.0.1

    April 04, 2013
  • v1.0.0

    March 13, 2013
  • v0.9.0

    January 13, 2013
  • v0.5.0

    May 11, 2012