Skip to content

Commit

Permalink
Restore current import order
Browse files Browse the repository at this point in the history
  • Loading branch information
marcphilipp committed Jan 28, 2023
1 parent 4fbd315 commit 4288cf1
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 3 deletions.
Expand Up @@ -36,6 +36,7 @@
import org.junit.platform.engine.discovery.ModuleSelector;
import org.junit.platform.engine.discovery.PackageSelector;
import org.junit.platform.engine.discovery.UriSelector;

import picocli.CommandLine.ITypeConverter;

class SelectorConverter {
Expand Down
Expand Up @@ -21,6 +21,7 @@

import org.apache.tools.ant.Main;
import org.junit.jupiter.api.Test;

import platform.tooling.support.Request;

/**
Expand Down
Expand Up @@ -16,6 +16,7 @@
import java.util.List;

import org.junit.jupiter.api.Test;

import platform.tooling.support.MavenRepo;

/**
Expand Down
Expand Up @@ -19,6 +19,7 @@

import org.junit.jupiter.params.ParameterizedTest;
import org.junit.jupiter.params.provider.MethodSource;

import platform.tooling.support.MavenRepo;

/**
Expand Down
Expand Up @@ -16,6 +16,7 @@
import java.util.List;

import org.junit.jupiter.api.Test;

import platform.tooling.support.MavenRepo;

/**
Expand Down
Expand Up @@ -18,6 +18,7 @@
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.params.ParameterizedTest;
import org.junit.jupiter.params.provider.MethodSource;

import platform.tooling.support.MavenRepo;

/**
Expand Down
11 changes: 8 additions & 3 deletions src/eclipse/junit-eclipse.importorder
Expand Up @@ -2,6 +2,11 @@
0=java
1=javax
2=jdk
3=com
4=io
5=org
3=aQute
4=junit
5=de
6=com
7=example
8=extensions
9=io
10=org

0 comments on commit 4288cf1

Please sign in to comment.