Skip to content

Releases: mannodermaus/android-junit5

1.0.0-M4 Revision 3

10 Jun 23:01
Compare
Choose a tag to compare

This release improves classpath compatibility & inconsistent execution behavior between IDE and command-line builds further. Internally, the plugin moves away from its Java-based parent, and approaches the Android eco-system in terms of how the tasks are set up. Externally, no API changes have occurred from rev2.

1.0.0-M4 Revision 2

04 Jun 12:04
Compare
Choose a tag to compare
  • Improve compatibility with Android Gradle Plugin 3.0.0
  • Add junitParams() dependency handler for parameterized tests
  • Hopefully mitigate classpath-related issues when running unit tests from the IDE

1.0.0-M4 Revision 1

19 May 20:00
Compare
Choose a tag to compare
  • Added compatibility with Android Gradle Plugin 3.0.0 versions
  • Included JUnit 4 by default, which allows AS builds w/o “class not found” errors
  • Deprecated junitVintage() dependency handler, issuing a warning if you're still using it
  • Both Jupiter & Vintage TestEngines are included on the runtime classpath by default