File tree Expand file tree Collapse file tree
src/test/java/org/apache/commons/cli Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,9 +22,9 @@ Licensed to the Apache Software Foundation (ASF) under one or more
2222import static org .junit .jupiter .api .Assertions .assertFalse ;
2323import static org .junit .jupiter .api .Assertions .assertNotNull ;
2424import static org .junit .jupiter .api .Assertions .assertNull ;
25+ import static org .junit .jupiter .api .Assertions .assertThrows ;
2526import static org .junit .jupiter .api .Assertions .assertTrue ;
2627import static org .junit .jupiter .api .Assertions .fail ;
27- import static org .junit .jupiter .api .Assertions .assertThrows ;
2828
2929import java .util .Arrays ;
3030import java .util .List ;
Original file line number Diff line number Diff line change 2222import static org .junit .jupiter .api .Assertions .assertNotEquals ;
2323import static org .junit .jupiter .api .Assertions .assertNotSame ;
2424import static org .junit .jupiter .api .Assertions .assertNull ;
25- import static org .junit .jupiter .api .Assertions .assertTrue ;
2625import static org .junit .jupiter .api .Assertions .assertThrows ;
26+ import static org .junit .jupiter .api .Assertions .assertTrue ;
2727
2828import java .io .ByteArrayInputStream ;
2929import java .io .ByteArrayOutputStream ;
Original file line number Diff line number Diff line change @@ -17,12 +17,12 @@ Licensed to the Apache Software Foundation (ASF) under one or more
1717
1818package org .apache .commons .cli ;
1919
20+ import static org .junit .jupiter .api .Assertions .assertArrayEquals ;
2021import static org .junit .jupiter .api .Assertions .assertEquals ;
2122import static org .junit .jupiter .api .Assertions .assertNotNull ;
23+ import static org .junit .jupiter .api .Assertions .assertThrows ;
2224import static org .junit .jupiter .api .Assertions .assertTrue ;
2325import static org .junit .jupiter .api .Assertions .fail ;
24- import static org .junit .jupiter .api .Assertions .assertArrayEquals ;
25- import static org .junit .jupiter .api .Assertions .assertThrows ;
2626
2727import java .util .ArrayList ;
2828import java .util .Arrays ;
Original file line number Diff line number Diff line change 1818
1919import static org .junit .jupiter .api .Assertions .assertArrayEquals ;
2020import static org .junit .jupiter .api .Assertions .assertEquals ;
21- import static org .junit .jupiter .api .Assertions .fail ;
2221import static org .junit .jupiter .api .Assertions .assertThrows ;
22+ import static org .junit .jupiter .api .Assertions .fail ;
2323
2424import java .util .Properties ;
2525
You can’t perform that action at this time.
0 commit comments