Skip to content
This repository was archived by the owner on Aug 8, 2022. It is now read-only.

1.0.0-beta4

Choose a tag to compare

@DanielJette DanielJette released this 17 Jun 20:34
26aa8b4

Plugin

New

  • Added autoImplementLibrary member to the testify extension. Defaults to true.
    When set to false, prevents the Plugin from automatically adding a Library androidTestImplementation dependency to your project.
    This is useful for local debugging or if you require a different version of the library and plugin.

Library

Bug fixes

  • Fixed issue #153 - Orientation change will now be reliably applied regardless of how many times you invoke setOrientation in a single test class.