Commit c962ec6
committed
refactor: migrate JUnit 3 tests to JUnit 5, remove JUnit 4 test dependency
Now we have only JUnit 5 on the test compilation classpath, and IDE
no longer suggests multiple different @test and assertEquals implementations.1 parent ae75354 commit c962ec6
27 files changed
Lines changed: 632 additions & 976 deletions
File tree
- build-logic/jvm/src/main/kotlin
- src
- bom-testing
- components
- src
- main/java/org/apache/jmeter/config
- test/java/org/apache/jmeter/extractor/json/jmespath
- core
- src
- main/java/org/apache/jmeter/testbeans/gui
- testFixtures/java/org/apache/jmeter
- junit
- categories
- resources
- test/java/org/apache/jmeter/threads
- dist-check/src/test
- java/org/apache/jmeter
- functions
- gui/action
- junit
- testbeans/gui
- testelement
- kotlin/org/apache/jmeter/gui
- functions/src/test/java/org/apache/jmeter/functions
- protocol
- http
- src
- testFixtures/kotlin/org/apache/jmeter/protocol/http/control
- test/java/org/apache/jmeter/protocol/http
- control
- gui
- parser
- sampler
- jms/src/test/java/org/apache/jmeter/protocol/jms/sampler/render
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | 26 | | |
28 | 27 | | |
29 | | - | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
30 | 34 | | |
31 | 35 | | |
32 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
43 | 42 | | |
44 | 43 | | |
45 | 44 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
93 | 92 | | |
94 | 93 | | |
95 | 94 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
36 | 35 | | |
37 | 36 | | |
38 | 37 | | |
| |||
151 | 150 | | |
152 | 151 | | |
153 | 152 | | |
154 | | - | |
155 | 153 | | |
156 | 154 | | |
157 | 155 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
126 | | - | |
127 | 126 | | |
128 | 127 | | |
129 | 128 | | |
| |||
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
| |||
152 | 153 | | |
153 | 154 | | |
154 | 155 | | |
155 | | - | |
| 156 | + | |
156 | 157 | | |
157 | 158 | | |
158 | 159 | | |
| |||
Lines changed: 0 additions & 41 deletions
This file was deleted.
Lines changed: 0 additions & 131 deletions
This file was deleted.
Lines changed: 0 additions & 58 deletions
This file was deleted.
0 commit comments