Commit 401794f
authored
Add support for JUnit 6 by introducing variants for instrumentation libraries (#399)
* Refactor build system for instrumentation, use version catalog etc
* Add variants (JU5 & 6) to instrumentation modules
* Implement JU5&6 backbones for instrumentation modules
A few bridge APIs were needed to overcome incompatibilities between the versions
* Adjust plugin and re-enable publishing
* Hook up readme generation to version catalog
* Make plugin tests run with JU5&6
* New logo
* Remove Groovy blocks from readme
* Try a different logo
* Adjust instrumentation for distinct minSdks per JUnit version
* Adjust instrumentation
* CI script updates
* Set up junit-dependent version in the plugin
* Try CI
* Update tests
* Address more deprecation warnings
* Forgot to assemble core:androidTest APKs
* Publication shenanigans for multi-variant instrumentation libs
* Avoid error when a client doesn't include junit-jupiter-params on the runtime classpath
* Revert plugin ID change
* Unify publish statement in CI config and brush up deploy script
* Add Affinity file for new logo1 parent 83b5501 commit 401794f
111 files changed
Lines changed: 2206 additions & 2215 deletions
File tree
- .circleci
- .github/workflows
- .images
- build-logic
- gradle
- src/main/kotlin
- extensions
- instrumentation
- .idea/runConfigurations
- buildSrc
- compose
- core
- src
- five/kotlin/de/mannodermaus/junit5
- internal/compat
- main/java/de/mannodermaus/junit5
- condition
- internal
- six/kotlin/de/mannodermaus/junit5
- internal/compat
- extensions
- src
- main/kotlin/de/mannodermaus/junit5/extensions
- test/kotlin/de/mannodermaus/junit5/extensions
- runner
- src
- five/kotlin/de/mannodermaus/junit5/internal
- discovery
- runners
- main/kotlin/de/mannodermaus/junit5
- internal
- discovery
- dummy
- formatters
- runners
- notification
- six/kotlin/de/mannodermaus/junit5/internal
- discovery
- runners
- test/kotlin/de/mannodermaus/junit5
- internal
- dummy
- runners
- sample
- src/main/kotlin/de/mannodermaus/junit5/sample
- testutil-reflect
- testutil
- src/main/kotlin/de/mannodermaus/junit5/testutil
- plugin
- android-junit5
- src
- main
- kotlin/de/mannodermaus/gradle/plugins/junit5
- dsl
- internal
- config
- extensions
- usage
- utils
- tasks
- templates
- test
- kotlin/de/mannodermaus/gradle/plugins/junit5
- plugin
- util
- projects
- resources
- de/mannodermaus/gradle/plugins/junit5
- test-projects
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
| 38 | + | |
46 | 39 | | |
47 | 40 | | |
48 | | - | |
| 41 | + | |
49 | 42 | | |
50 | 43 | | |
51 | 44 | | |
| |||
60 | 53 | | |
61 | 54 | | |
62 | 55 | | |
63 | | - | |
| 56 | + | |
64 | 57 | | |
65 | 58 | | |
66 | 59 | | |
67 | | - | |
68 | | - | |
69 | | - | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
70 | 63 | | |
71 | 64 | | |
72 | 65 | | |
73 | 66 | | |
74 | 67 | | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
75 | 80 | | |
76 | 81 | | |
77 | 82 | | |
| |||
112 | 117 | | |
113 | 118 | | |
114 | 119 | | |
115 | | - | |
| 120 | + | |
116 | 121 | | |
117 | 122 | | |
118 | 123 | | |
119 | 124 | | |
120 | | - | |
| 125 | + | |
121 | 126 | | |
122 | 127 | | |
123 | 128 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
| 11 | + | |
| 12 | + | |
0 commit comments