Commit eb68bd21 authored by Stephane Nicoll's avatar Stephane Nicoll

Merge pull request #12425 from igor-suhorukov:master

* pr/12425:
  Polish
parents 6bcdd57e 6ee04ff9
...@@ -34,7 +34,6 @@ import org.junit.Before; ...@@ -34,7 +34,6 @@ import org.junit.Before;
import org.junit.Rule; import org.junit.Rule;
import org.junit.Test; import org.junit.Test;
import org.junit.rules.ExpectedException; import org.junit.rules.ExpectedException;
import org.junit.rules.TemporaryFolder;
import org.junit.runner.RunWith; import org.junit.runner.RunWith;
import org.slf4j.bridge.SLF4JBridgeHandler; import org.slf4j.bridge.SLF4JBridgeHandler;
...@@ -87,9 +86,6 @@ public class LoggingApplicationListenerTests { ...@@ -87,9 +86,6 @@ public class LoggingApplicationListenerTests {
@Rule @Rule
public ExpectedException thrown = ExpectedException.none(); public ExpectedException thrown = ExpectedException.none();
@Rule
public TemporaryFolder temporaryFolder = new TemporaryFolder();
@Rule @Rule
public OutputCapture outputCapture = new OutputCapture(); public OutputCapture outputCapture = new OutputCapture();
......
...@@ -39,7 +39,6 @@ import org.junit.After; ...@@ -39,7 +39,6 @@ import org.junit.After;
import org.junit.Rule; import org.junit.Rule;
import org.junit.Test; import org.junit.Test;
import org.junit.rules.ExpectedException; import org.junit.rules.ExpectedException;
import org.junit.rules.TemporaryFolder;
import reactor.core.publisher.Mono; import reactor.core.publisher.Mono;
import reactor.ipc.netty.NettyPipeline; import reactor.ipc.netty.NettyPipeline;
import reactor.ipc.netty.http.client.HttpClientOptions; import reactor.ipc.netty.http.client.HttpClientOptions;
...@@ -75,9 +74,6 @@ public abstract class AbstractReactiveWebServerFactoryTests { ...@@ -75,9 +74,6 @@ public abstract class AbstractReactiveWebServerFactoryTests {
@Rule @Rule
public ExpectedException thrown = ExpectedException.none(); public ExpectedException thrown = ExpectedException.none();
@Rule
public TemporaryFolder temporaryFolder = new TemporaryFolder();
@Rule @Rule
public OutputCapture output = new OutputCapture(); public OutputCapture output = new OutputCapture();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment