Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
S
spring-boot
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DEMO
spring-boot
Commits
eb68bd21
Commit
eb68bd21
authored
Mar 10, 2018
by
Stephane Nicoll
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #12425 from igor-suhorukov:master
* pr/12425: Polish
parents
6bcdd57e
6ee04ff9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
8 deletions
+0
-8
LoggingApplicationListenerTests.java
...boot/context/logging/LoggingApplicationListenerTests.java
+0
-4
AbstractReactiveWebServerFactoryTests.java
...eactive/server/AbstractReactiveWebServerFactoryTests.java
+0
-4
No files found.
spring-boot-project/spring-boot/src/test/java/org/springframework/boot/context/logging/LoggingApplicationListenerTests.java
View file @
eb68bd21
...
...
@@ -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
();
...
...
spring-boot-project/spring-boot/src/test/java/org/springframework/boot/web/reactive/server/AbstractReactiveWebServerFactoryTests.java
View file @
eb68bd21
...
...
@@ -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
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment