Skip to content

Releases: mannodermaus/android-junit-framework

Plugin 1.12.2.0

18 May 13:05

Choose a tag to compare

This release brings compatibility with JUnit 5.12.2. It will be the last release supporting Android Gradle Plugin 8.0 and 8.1. Going forward, make sure to upgrade to at least AGP 8.2 in order to continue using newer versions of this plugin.

Plugin 1.12.1.0

18 May 13:04

Choose a tag to compare

This release brings compatibility with JUnit 5.12.1.

Plugin 1.12.0.0

01 Mar 04:21

Choose a tag to compare

This release brings compatibility with JUnit 5.12.0. Note that it's not advised to use this version of the plugin with JUnit 5.11.4 or older, since binary compatibility cannot be guaranteed.

  • JUnit 5.12.0
  • Add dependency on JUnit Platform Launcher to runtime classpath, accommodating an upstream change

Instrumentation 1.7.0

01 Mar 04:15

Choose a tag to compare

Instrumentation 1.7.0 is here. This version is intended for use with Plugin 1.12.0.0. Note that this version requires (at least) android-junit5 1.12.0.0 and JUnit 5.12.0.

  • Migrate to new TestPlan API in JUnit 5.12, which changed in a binary-incompatible fashion

Plugin 1.11.3.0

09 Feb 08:13

Choose a tag to compare

This release brings compatibility with JUnit 5.11.3.

Full Changelog:
plugin-1.11.2.0...plugin-1.11.3.0

Plugin 1.11.2.0

05 Oct 00:58

Choose a tag to compare

This plugin brings compatibility with JUnit 5.11.2.

  • JUnit 5.11.2

Plugin 1.11.1.0

05 Oct 00:19

Choose a tag to compare

This plugin brings compatibility with JUnit 5.11.1. It also bumps the version of the instrumentation libraries to 1.6.0.

  • JUnit 5.11.1

Instrumentation 1.6.0

05 Oct 00:18

Choose a tag to compare

Version 1.6.0 of the instrumentation libraries has been released. This ships by default with Plugin 1.11.1.0!

  • Use square brackets for parameterized tests to ensure that their logs show correctly in the IDE (#350)
  • Add missing API methods from JUnit 4's ComposeTestRule to JUnit 5's ComposeContext (#353)

Plugin 1.11.0.0

14 Aug 12:38

Choose a tag to compare

  • JUnit 5.11

Plugin 1.10.3.0

14 Aug 11:51

Choose a tag to compare

  • JUnit 5.10.3
  • Updates to the jacocoOptions DSL
    • Change the return type of each report type to match Jacoco expectations (html -> Directory; csv & xml -> File)
    • Turn off generation of csv & xml reports by default, matching Jacoco default configuration
  • Fix: Use the correct version of the instrumentation libraries with the plugin (#345)