File tree Expand file tree Collapse file tree 11 files changed +5
-40
lines changed
hadoop-mapreduce-project/hadoop-mapreduce-client
hadoop-mapreduce-client-app
hadoop-mapreduce-client-core
hadoop-mapreduce-client-hs
src/test/java/org/apache/hadoop/mapreduce/v2/hs/webapp
hadoop-mapreduce-client-jobclient
hadoop-mapreduce-client-nativetask
src/test/java/org/apache/hadoop/mapred/nativetask
hadoop-mapreduce-client-shuffle
src/test/java/org/apache/hadoop/mapred Expand file tree Collapse file tree 11 files changed +5
-40
lines changed Original file line number Diff line number Diff line change 168168 <artifactId >junit-platform-launcher</artifactId >
169169 <scope >test</scope >
170170 </dependency >
171- <dependency >
172- <groupId >org.junit.vintage</groupId >
173- <artifactId >junit-vintage-engine</artifactId >
174- <scope >test</scope >
175- </dependency >
176171 <dependency >
177172 <groupId >org.mockito</groupId >
178173 <artifactId >mockito-junit-jupiter</artifactId >
Original file line number Diff line number Diff line change 9292 <artifactId >junit-platform-launcher</artifactId >
9393 <scope >test</scope >
9494 </dependency >
95- <dependency >
96- <groupId >org.junit.vintage</groupId >
97- <artifactId >junit-vintage-engine</artifactId >
98- <scope >test</scope >
99- </dependency >
10095 <dependency >
10196 <groupId >org.mockito</groupId >
10297 <artifactId >mockito-junit-jupiter</artifactId >
Original file line number Diff line number Diff line change 115115 <artifactId >junit-platform-launcher</artifactId >
116116 <scope >test</scope >
117117 </dependency >
118- <dependency >
119- <groupId >org.junit.vintage</groupId >
120- <artifactId >junit-vintage-engine</artifactId >
121- <scope >test</scope >
122- </dependency >
123118 </dependencies >
124119
125120 <build >
Original file line number Diff line number Diff line change 2020
2121import static org .apache .hadoop .yarn .webapp .WebServicesTestUtils .assertResponseStatusCode ;
2222import static org .junit .jupiter .api .Assertions .assertEquals ;
23- import static org .junit .Assert .fail ;
23+ import static org .junit .jupiter . api . Assertions .fail ;
2424import static org .mockito .Mockito .mock ;
2525
2626import java .io .StringReader ;
Original file line number Diff line number Diff line change 148148 <artifactId >junit-platform-launcher</artifactId >
149149 <scope >test</scope >
150150 </dependency >
151- <dependency >
152- <groupId >org.junit.vintage</groupId >
153- <artifactId >junit-vintage-engine</artifactId >
154- <scope >test</scope >
155- </dependency >
156151
157152 </dependencies >
158153
Original file line number Diff line number Diff line change 8080 <artifactId >junit-platform-launcher</artifactId >
8181 <scope >test</scope >
8282 </dependency >
83- <dependency >
84- <groupId >org.junit.vintage</groupId >
85- <artifactId >junit-vintage-engine</artifactId >
86- <scope >test</scope >
87- </dependency >
8883 </dependencies >
8984
9085 <build >
Original file line number Diff line number Diff line change 2525import org .apache .hadoop .mapred .nativetask .INativeComparable ;
2626import org .junit .jupiter .api .Test ;
2727
28- import static org .junit .Assert .assertEquals ;
29- import static org .junit .Assert .assertTrue ;
28+ import static org .junit .jupiter . api . Assertions .assertEquals ;
29+ import static org .junit .jupiter . api . Assertions .assertTrue ;
3030
3131@ SuppressWarnings ({ "rawtypes" })
3232public class TestNativeSerialization {
Original file line number Diff line number Diff line change 2424
2525import org .apache .hadoop .mapred .nativetask .util .BytesUtil ;
2626
27- import static org .junit .Assert .assertEquals ;
27+ import static org .junit .jupiter . api . Assertions .assertEquals ;
2828
2929public class TestBytesUtil {
3030
Original file line number Diff line number Diff line change 6666 <artifactId >junit-platform-launcher</artifactId >
6767 <scope >test</scope >
6868 </dependency >
69- <dependency >
70- <groupId >org.junit.vintage</groupId >
71- <artifactId >junit-vintage-engine</artifactId >
72- <scope >test</scope >
73- </dependency >
7469 </dependencies >
7570
7671 <build >
Original file line number Diff line number Diff line change 3333import static org .junit .jupiter .api .Assertions .assertTrue ;
3434import static org .junit .jupiter .api .Assertions .assertEquals ;
3535import static org .junit .jupiter .api .Assertions .fail ;
36- import static org .junit .Assume .assumeTrue ;
36+ import static org .junit .jupiter . api . Assumptions .assumeTrue ;
3737import static org .mockito .Mockito .mock ;
3838import static org .mockito .Mockito .when ;
3939
You can’t perform that action at this time.
0 commit comments