Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

Latest commit

 

History

History
39 lines (22 loc) · 1.05 KB

CHANGELOG.md

File metadata and controls

39 lines (22 loc) · 1.05 KB

Change Log

Version 1.2.0 (2017-08-26)

  • 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.

Version 1.1.1 (2016-12-07)

  • Fix: Pass method annotations when creating JUnit Descriptions.
  • Fix: Do not invoke BeforeClass/AfterClass/ClassRule for each variation.

Version 1.1.0 (2015-04-15)

  • 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.

Version 1.0.2 (2014-12-09)

  • Added support for field injection with the @Burst field annotation.

Version 1.0.1 (2014-10-21)

  • Fix: Correct filtering so individual tests can be run from the IDE.

Version 1.0.0 (2014-10-08)

Initial release.