Skip to content

Commit 140b940

Browse files
committed
Sort members
1 parent cb334bd commit 140b940

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

src/test/java/org/apache/commons/cli/AbstractParserTestCase.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ Licensed to the Apache Software Foundation (ASF) under one or more
2222
import static org.junit.jupiter.api.Assertions.assertFalse;
2323
import static org.junit.jupiter.api.Assertions.assertNotNull;
2424
import static org.junit.jupiter.api.Assertions.assertNull;
25+
import static org.junit.jupiter.api.Assertions.assertThrows;
2526
import static org.junit.jupiter.api.Assertions.assertTrue;
2627
import static org.junit.jupiter.api.Assertions.fail;
27-
import static org.junit.jupiter.api.Assertions.assertThrows;
2828

2929
import java.util.Arrays;
3030
import java.util.List;

src/test/java/org/apache/commons/cli/OptionTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
import static org.junit.jupiter.api.Assertions.assertNotEquals;
2323
import static org.junit.jupiter.api.Assertions.assertNotSame;
2424
import static org.junit.jupiter.api.Assertions.assertNull;
25-
import static org.junit.jupiter.api.Assertions.assertTrue;
2625
import static org.junit.jupiter.api.Assertions.assertThrows;
26+
import static org.junit.jupiter.api.Assertions.assertTrue;
2727

2828
import java.io.ByteArrayInputStream;
2929
import java.io.ByteArrayOutputStream;

src/test/java/org/apache/commons/cli/OptionsTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ Licensed to the Apache Software Foundation (ASF) under one or more
1717

1818
package org.apache.commons.cli;
1919

20+
import static org.junit.jupiter.api.Assertions.assertArrayEquals;
2021
import static org.junit.jupiter.api.Assertions.assertEquals;
2122
import static org.junit.jupiter.api.Assertions.assertNotNull;
23+
import static org.junit.jupiter.api.Assertions.assertThrows;
2224
import static org.junit.jupiter.api.Assertions.assertTrue;
2325
import 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

2727
import java.util.ArrayList;
2828
import java.util.Arrays;

src/test/java/org/apache/commons/cli/bug/BugCLI312Test.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818

1919
import static org.junit.jupiter.api.Assertions.assertArrayEquals;
2020
import static org.junit.jupiter.api.Assertions.assertEquals;
21-
import static org.junit.jupiter.api.Assertions.fail;
2221
import static org.junit.jupiter.api.Assertions.assertThrows;
22+
import static org.junit.jupiter.api.Assertions.fail;
2323

2424
import java.util.Properties;
2525

0 commit comments

Comments
 (0)