Commit b33ddf8
Vincent Potucek
[rewrite] add
- https://docs.openrewrite.org/recipes/java/testing/junit/jupiterbestpractices
- https://docs.openrewrite.org/recipes/java/migrate/upgradetojava17
Signed-off-by: Vincent Potucek <vpotucek@me.com>org.junit.openrewrite.SanityCheck
1 parent dbbacd6 commit b33ddf8
File tree
274 files changed
+856
-753
lines changed- .github/workflows
- documentation/src
- main/java/example
- domain
- util
- tools/java/org/junit/api/tools
- gradle
- config
- plugins/common
- src/main/kotlin
- junit-jupiter-api/src
- main/java/org/junit/jupiter/api
- condition
- extension
- parallel
- timeout
- testFixtures/java/org/junit/jupiter/api
- junit-jupiter-engine/src
- main/java/org/junit/jupiter/engine
- config
- descriptor
- discovery
- execution
- extension
- support
- testFixtures/java/org/junit/jupiter/engine/discovery
- junit-jupiter-migrationsupport/src/main/java/org/junit/jupiter/migrationsupport/rules/adapter
- junit-jupiter-params/src/main/java/org/junit/jupiter/params
- junit-platform-commons/src
- main/java/org/junit/platform/commons
- io
- support
- scanning
- util
- testFixtures/java/org/junit/platform/commons/test
- junit-platform-console/src/main/java/org/junit/platform/console
- command
- options
- output
- junit-platform-engine/src
- main/java/org/junit/platform/engine
- discovery
- support
- descriptor
- discovery
- hierarchical
- store
- testFixtures/java/org/junit/platform/fakes
- junit-platform-launcher/src
- main/java/org/junit/platform/launcher
- core
- jfr
- listeners
- discovery
- session
- tagexpression
- testFixtures/java/org/junit/platform/launcher/core
- junit-platform-reporting/src
- main/java/org/junit/platform/reporting/open/xml
- testFixtures/java/org/junit/platform/reporting/testutil
- junit-platform-suite-engine/src/main/java/org/junit/platform/suite/engine
- junit-platform-testkit/src/main/java/org/junit/platform/testkit/engine
- junit-start/src/main/java/org/junit/start
- junit-vintage-engine/src
- main/java/org/junit/vintage/engine
- descriptor
- discovery
- test/java/org/junit/vintage/engine/discovery
- jupiter-tests/src/test/java/org/junit/jupiter
- api
- condition
- extension
- parallel
- engine
- descriptor
- discovery/predicates
- execution
- extension
- migrationsupport
- conditions
- rules
- params
- support
- platform-tests/src
- jmh/java/org/junit/jupiter/jmh
- test/java/org/junit/platform
- commons
- annotation
- function
- support
- conversion
- util
- console
- output
- engine
- support
- descriptor
- discovery
- hierarchical
- store
- launcher
- core
- listeners
- discovery
- session
- reporting
- legacy/xml
- open/xml
- suite/engine
- platform-tooling-support-tests
- src
- main/java/platform/tooling/support
- test/java/platform/tooling/support/tests
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
274 files changed
+856
-753
lines changed| 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 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
58 | | - | |
59 | | - | |
| 57 | + | |
| 58 | + | |
60 | 59 | | |
61 | 60 | | |
62 | 61 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
| 104 | + | |
104 | 105 | | |
105 | 106 | | |
106 | 107 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | 10 | | |
12 | | - | |
| 11 | + | |
13 | 12 | | |
14 | 13 | | |
15 | 14 | | |
16 | 15 | | |
17 | 16 | | |
18 | 17 | | |
| 18 | + | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | | - | |
26 | | - | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| 48 | + | |
48 | 49 | | |
49 | 50 | | |
50 | 51 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
0 commit comments