Organize imports with new settings
See gh-4234
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
package sample.data.cassandra;
|
||||
|
||||
import org.cassandraunit.spring.CassandraUnitDependencyInjectionTestExecutionListener;
|
||||
|
||||
import org.springframework.core.Ordered;
|
||||
|
||||
public class OrderedCassandraTestExecutionListener
|
||||
|
||||
@@ -21,6 +21,7 @@ import org.cassandraunit.spring.EmbeddedCassandra;
|
||||
import org.junit.ClassRule;
|
||||
import org.junit.Test;
|
||||
import org.junit.runner.RunWith;
|
||||
|
||||
import org.springframework.boot.test.IntegrationTest;
|
||||
import org.springframework.boot.test.IntegrationTestPropertiesListener;
|
||||
import org.springframework.boot.test.OutputCapture;
|
||||
|
||||
Reference in New Issue
Block a user