Skip to content

Instrumentation 1.3.0

Compare
Choose a tag to compare
@mannodermaus mannodermaus released this 17 Sep 21:37
· 202 commits to main since this release

This release of the instrumentation libraries requires JUnit 5.8.0 or newer. Please check your dependency declarations!

Changed

  • Restructured and converted internal code of core and runner modules to 100% Kotlin

Fixed

  • Running an individual test method with parameters will properly execute that test, even from the IDE (#199)
    (Note: Due to limitations with Android's instrumentation, this test would be reported without its parameters in the report)
  • Running an individual test method with @DisplayName will properly execute that test, even from the IDE (#207)
    (Note: Due to limitations with Android's instrumentation, this test would be reported with its technical method name instead of the display name when executed in isolation)