- 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.
- Fix: Pass method annotations when creating JUnit Descriptions.
- Fix: Do not invoke BeforeClass/AfterClass/ClassRule for each variation.
- 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.
- Added support for field injection with the
@Burst
field annotation.
- Fix: Correct filtering so individual tests can be run from the IDE.
Initial release.