Skip to content

Releases: mannodermaus/android-junit5

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