Polish
This commit is contained in:
@@ -31,7 +31,7 @@ import org.testcontainers.lifecycle.Startable;
|
||||
* @author Andy Wilkinson
|
||||
* @author Madhura Bhave
|
||||
*/
|
||||
public class SkippableContainer<T extends GenericContainer> implements Startable {
|
||||
public class SkippableContainer<T extends GenericContainer<?>> implements Startable {
|
||||
|
||||
private final Supplier<T> containerFactory;
|
||||
|
||||
|
||||
@@ -21,7 +21,7 @@ import org.junit.Test;
|
||||
import org.junit.runner.RunWith;
|
||||
|
||||
import static org.assertj.core.api.Assertions.assertThat;
|
||||
import static org.hamcrest.CoreMatchers.isA;
|
||||
import static org.hamcrest.Matchers.isA;
|
||||
|
||||
/**
|
||||
* Tests for {@link ModifiedClassPathRunner} excluding entries from the class path.
|
||||
|
||||
Reference in New Issue
Block a user