Skip to content

Commit

Permalink
import section order
Browse files Browse the repository at this point in the history
  • Loading branch information
Tibor17 committed Feb 15, 2022
1 parent 85622fe commit 2ee084f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
Expand Up @@ -19,6 +19,11 @@
* under the License.
*/

import java.io.ByteArrayOutputStream;
import java.io.PrintStream;
import java.util.HashMap;
import java.util.Map;

import junit.framework.Assert;
import junit.framework.TestCase;
import junit.framework.TestSuite;
Expand All @@ -32,11 +37,6 @@
import org.junit.runner.Computer;
import org.junit.runner.JUnitCore;

import java.io.ByteArrayOutputStream;
import java.io.PrintStream;
import java.util.HashMap;
import java.util.Map;

/**
* @author Kristian Rosenvold
*/
Expand Down
Expand Up @@ -36,6 +36,14 @@
* limitations under the License.
*/

import java.io.File;
import java.util.ArrayList;
import java.util.Collections;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.concurrent.ConcurrentHashMap;

import org.apache.maven.plugin.surefire.log.api.ConsoleLogger;
import org.apache.maven.surefire.api.booter.BaseProviderFactory;
import org.apache.maven.surefire.api.booter.ProviderParameterNames;
Expand All @@ -56,14 +64,6 @@
import org.junit.runners.BlockJUnit4ClassRunner;
import org.junit.runners.model.InitializationError;

import java.io.File;
import java.util.ArrayList;
import java.util.Collections;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.concurrent.ConcurrentHashMap;

import static junit.framework.Assert.assertEquals;
import static org.apache.maven.surefire.junitcore.ConcurrentRunListener.createInstance;
import static org.mockito.Mockito.mock;
Expand Down

0 comments on commit 2ee084f

Please sign in to comment.