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 1717
1818package org .apache .commons .cli ;
1919
20- import static org .junit .jupiter .api .Assertions .assertThrows ;
2120import static org .junit .Assert .assertEquals ;
2221import static org .junit .Assert .assertFalse ;
2322import static org .junit .Assert .assertNotEquals ;
2423import static org .junit .Assert .assertNotSame ;
2524import static org .junit .Assert .assertNull ;
2625import static org .junit .Assert .assertTrue ;
26+ import static org .junit .jupiter .api .Assertions .assertThrows ;
2727
2828import org .junit .Test ;
2929
Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ 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 .assertThrows ;
2120import static org .junit .Assert .assertEquals ;
2221import static org .junit .Assert .assertNotNull ;
2322import static org .junit .Assert .assertTrue ;
23+ import static org .junit .jupiter .api .Assertions .assertThrows ;
2424
2525import java .io .File ;
2626import java .io .FileInputStream ;
Original file line number Diff line number Diff line change 1717
1818package org .apache .commons .cli .bug ;
1919
20+ import static org .junit .jupiter .api .Assertions .assertThrows ;
21+
2022import org .apache .commons .cli .AmbiguousOptionException ;
2123import org .apache .commons .cli .DefaultParser ;
2224import org .apache .commons .cli .Option ;
2325import org .apache .commons .cli .Options ;
2426import org .apache .commons .cli .ParseException ;
2527import org .junit .Test ;
2628
27- import static org .junit .jupiter .api .Assertions .assertThrows ;
28-
2929public class BugCLI252Test {
3030
3131 private Options getOptions () {
You can’t perform that action at this time.
0 commit comments