GH-1 - Polishing.
Fix import order after package renames.
This commit is contained in:
@@ -20,9 +20,9 @@ import java.lang.annotation.Retention;
|
||||
import java.lang.annotation.RetentionPolicy;
|
||||
import java.lang.annotation.Target;
|
||||
|
||||
import org.springframework.core.annotation.AliasFor;
|
||||
import org.springframework.modulith.test.ModuleTest;
|
||||
import org.springframework.modulith.test.ModuleTest.BootstrapMode;
|
||||
import org.springframework.core.annotation.AliasFor;
|
||||
|
||||
/**
|
||||
* @author Oliver Gierke
|
||||
|
||||
@@ -18,10 +18,10 @@ package com.acme.myproject.complex;
|
||||
import static org.assertj.core.api.Assertions.*;
|
||||
|
||||
import org.junit.jupiter.api.Test;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.modulith.model.NamedInterface;
|
||||
import org.springframework.modulith.model.NamedInterfaces;
|
||||
import org.springframework.modulith.test.ModuleTestExecution;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
|
||||
import com.acme.myproject.NonVerifyingModuleTest;
|
||||
|
||||
|
||||
@@ -18,10 +18,10 @@ package com.acme.myproject.fieldinjected;
|
||||
import static org.assertj.core.api.Assertions.*;
|
||||
|
||||
import org.junit.jupiter.api.Test;
|
||||
import org.springframework.modulith.model.Modules;
|
||||
import org.springframework.modulith.test.ModuleTestExecution;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.boot.test.mock.mockito.MockBean;
|
||||
import org.springframework.modulith.model.Modules;
|
||||
import org.springframework.modulith.test.ModuleTestExecution;
|
||||
|
||||
import com.acme.myproject.NonVerifyingModuleTest;
|
||||
import com.acme.myproject.moduleA.ServiceComponentA;
|
||||
|
||||
@@ -18,11 +18,11 @@ package com.acme.myproject.moduleA;
|
||||
import static org.assertj.core.api.Assertions.*;
|
||||
|
||||
import org.junit.jupiter.api.Test;
|
||||
import org.springframework.modulith.test.PublishedEvents;
|
||||
import org.springframework.modulith.test.PublishedEvents.TypedPublishedEvents;
|
||||
import org.springframework.beans.factory.NoSuchBeanDefinitionException;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.context.ApplicationContext;
|
||||
import org.springframework.modulith.test.PublishedEvents;
|
||||
import org.springframework.modulith.test.PublishedEvents.TypedPublishedEvents;
|
||||
|
||||
import com.acme.myproject.NonVerifyingModuleTest;
|
||||
import com.acme.myproject.moduleB.ServiceComponentB;
|
||||
|
||||
@@ -20,12 +20,12 @@ import static org.assertj.core.api.Assertions.*;
|
||||
import org.junit.jupiter.api.Nested;
|
||||
import org.junit.jupiter.api.Test;
|
||||
import org.mockito.internal.creation.bytebuddy.MockAccess;
|
||||
import org.springframework.modulith.test.ModuleTest.BootstrapMode;
|
||||
import org.springframework.modulith.test.TestUtils;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.boot.autoconfigure.AutoConfigurationPackages;
|
||||
import org.springframework.boot.test.mock.mockito.MockBean;
|
||||
import org.springframework.context.ApplicationContext;
|
||||
import org.springframework.modulith.test.ModuleTest.BootstrapMode;
|
||||
import org.springframework.modulith.test.TestUtils;
|
||||
|
||||
import com.acme.myproject.NonVerifyingModuleTest;
|
||||
import com.acme.myproject.moduleA.ServiceComponentA;
|
||||
|
||||
@@ -19,10 +19,10 @@ import static org.assertj.core.api.Assertions.*;
|
||||
|
||||
import org.junit.jupiter.api.Nested;
|
||||
import org.junit.jupiter.api.Test;
|
||||
import org.springframework.modulith.test.ModuleTest.BootstrapMode;
|
||||
import org.springframework.modulith.test.TestUtils;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.boot.test.mock.mockito.MockBean;
|
||||
import org.springframework.modulith.test.ModuleTest.BootstrapMode;
|
||||
import org.springframework.modulith.test.TestUtils;
|
||||
|
||||
import com.acme.myproject.NonVerifyingModuleTest;
|
||||
import com.acme.myproject.moduleA.ServiceComponentA;
|
||||
|
||||
Reference in New Issue
Block a user