Commit 5b6ae92
Marcel Schnelle
Refactor plugin tests (#158)
* Remove separate test plugin project & move to test projects
No file generation is needed anymore for our functional tests,
which will improve their execution time greatly. Also,
a cleaner way to separate different AGP environments is implemented.
* Remove old project from Circle CI config
* Add functional tests for Android Gradle Plugin 3.5.x1 parent c048a60 commit 5b6ae92
File tree
65 files changed
+1060
-1121
lines changed- .circleci
- buildSrc/src/main/kotlin
- plugin
- .idea/runConfigurations
- android-junit5-tests
- src/test/kotlin/de/mannodermaus/gradle/plugins/junit5
- android-junit5
- src
- main/kotlin/de/mannodermaus/gradle/plugins/junit5/internal
- test
- groovy/de/mannodermaus/gradle/plugins/junit5
- kotlin/de/mannodermaus/gradle/plugins/junit5
- util
- projects
- agp32x
- src
- main
- java/de/mannodermaus/app
- testRelease/java/de/mannodermaus/app
- test/java/de/mannodermaus/app
- agp33x
- src
- main
- java/de/mannodermaus/app
- test/java/de/mannodermaus/app
- agp34x
- src
- main
- java/de/mannodermaus/app
- testFreeRelease/java/de/mannodermaus/app
- testPaidDebug/java/de/mannodermaus/app
- testRelease/java/de/mannodermaus/app
- test/java/de/mannodermaus/app
- agp35x
- src
- main
- java/de/mannodermaus/app
- testFreeRelease/java/de/mannodermaus/app
- testPaidDebug/java/de/mannodermaus/app
- testRelease/java/de/mannodermaus/app
- test/java/de/mannodermaus/app
- default-values
- src
- main
- java/de/mannodermaus/app
- test/java/de/mannodermaus/app
- include-android-resources
- src
- main
- java/de/mannodermaus/app
- test/java/de/mannodermaus/app
- resources/de/mannodermaus/gradle/plugins/junit5
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
65 files changed
+1060
-1121
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
32 | 40 | | |
33 | 41 | | |
34 | 42 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | 2 | | |
4 | 3 | | |
5 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
19 | 23 | | |
20 | 24 | | |
21 | 25 | | |
| |||
Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 0 additions & 21 deletions
This file was deleted.
This file was deleted.
0 commit comments