-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Completed migration to new DSL location for junitPlatform & dependency handlers Dependency Handlers: * Replaced junit5() with junit5.unitTests() * Replaced junit5Params() with junit5.parameterized() * Replaced junit5EmbeddedRuntime() with junit5.unitTestsRuntime() * Added junit5.instrumentationTests() (Backwards-compatible versions of the old handlers are still available, however they log a warning when used.) Moved junitPlatform DSL from <root> to android.testOptions (Backwards-compatible usage of the old DSL location is still allowed, however that logs a warning when used.) * Move Jacoco-related DSL to the new format * Move instrumentationTest "enabled" property to function invocation as well * Update renamed Gradle property * Sample module still referred to old property * Rename travis dir * Fix testenv * Upgraded README with the new info * Small brush-ups * Even more small brush-ups * ...and a typo * Release next version fixes #37, #38
- Loading branch information
1 parent
c415fbc
commit 6f1db59
Showing
22 changed files
with
793 additions
and
273 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.