Closes gh-12425
This commit is contained in:
igor-suhorukov 2018-03-09 21:10:04 +03:00 committed by Stephane Nicoll
parent 6bcdd57ef2
commit 6ee04ff942
2 changed files with 0 additions and 8 deletions

View File

@ -34,7 +34,6 @@ import org.junit.Before;
import org.junit.Rule;
import org.junit.Test;
import org.junit.rules.ExpectedException;
import org.junit.rules.TemporaryFolder;
import org.junit.runner.RunWith;
import org.slf4j.bridge.SLF4JBridgeHandler;
@ -87,9 +86,6 @@ public class LoggingApplicationListenerTests {
@Rule
public ExpectedException thrown = ExpectedException.none();
@Rule
public TemporaryFolder temporaryFolder = new TemporaryFolder();
@Rule
public OutputCapture outputCapture = new OutputCapture();

View File

@ -39,7 +39,6 @@ import org.junit.After;
import org.junit.Rule;
import org.junit.Test;
import org.junit.rules.ExpectedException;
import org.junit.rules.TemporaryFolder;
import reactor.core.publisher.Mono;
import reactor.ipc.netty.NettyPipeline;
import reactor.ipc.netty.http.client.HttpClientOptions;
@ -75,9 +74,6 @@ public abstract class AbstractReactiveWebServerFactoryTests {
@Rule
public ExpectedException thrown = ExpectedException.none();
@Rule
public TemporaryFolder temporaryFolder = new TemporaryFolder();
@Rule
public OutputCapture output = new OutputCapture();