All Versions
6
Latest Version
Avg Release Cycle
211 days
Latest Release
2112 days ago
Changelog History
Changelog History
-
v1.2.0 Changes
August 26, 2017- New:
@Name
annotation allows you to control the enum prefix in the test name. When no name is provided the enum name is no longer used.
- New:
-
v1.1.1 Changes
December 07, 2016- Fix: Pass method annotations when creating JUnit Descriptions.
- Fix: Do not invoke BeforeClass/AfterClass/ClassRule for each variation.
-
v1.1.0 Changes
April 15, 2015- New: Support for JUnit 4.12.
- JUnit 3 support has been dropped. If you are on Android, use the new 'testing-support-lib' for JUnit 4 on-device tests. This also moves to forbidding default constructors in addition to a burst-enabled constructor.
-
v1.0.2 Changes
December 11, 2014- Added support for field injection with the
@Burst
field annotation.
- Added support for field injection with the
-
v1.0.1 Changes
October 21, 2014- Fix: Correct filtering so individual tests can be run from the IDE.
-
v1.0.0 Changes
October 08, 2014๐ Initial release.