Browse Source

Polishing

pull/35405/head
Sam Brannen 8 months ago
parent
commit
ef11a00c0b
  1. 20
      spring-test/src/test/java/org/springframework/test/context/jsr250/Jsr250LifecycleTests.java

20
spring-test/src/test/java/org/springframework/test/context/jsr250/Jsr250LifecycleTests.java

@ -44,16 +44,16 @@ import static org.assertj.core.api.Assertions.assertThat;
* *
* <h4>Expected Log Output</h4> * <h4>Expected Log Output</h4>
* <pre> * <pre>
* INFO : org.springframework.test.context.junit4.spr4868.LifecycleBean - initializing * INFO : org.springframework.test.context.jsr250.LifecycleBean - initializing
* INFO : org.springframework.test.context.junit4.spr4868.ExampleTest - beforeAllTests() * INFO : org.springframework.test.context.jsr250.Jsr250LifecycleTests - beforeAllTests()
* INFO : org.springframework.test.context.junit4.spr4868.ExampleTest - setUp() * INFO : org.springframework.test.context.jsr250.Jsr250LifecycleTests - setUp()
* INFO : org.springframework.test.context.junit4.spr4868.ExampleTest - test1() * INFO : org.springframework.test.context.jsr250.Jsr250LifecycleTests - test1()
* INFO : org.springframework.test.context.junit4.spr4868.ExampleTest - tearDown() * INFO : org.springframework.test.context.jsr250.Jsr250LifecycleTests - tearDown()
* INFO : org.springframework.test.context.junit4.spr4868.ExampleTest - beforeAllTests() * INFO : org.springframework.test.context.jsr250.Jsr250LifecycleTests - beforeAllTests()
* INFO : org.springframework.test.context.junit4.spr4868.ExampleTest - setUp() * INFO : org.springframework.test.context.jsr250.Jsr250LifecycleTests - setUp()
* INFO : org.springframework.test.context.junit4.spr4868.ExampleTest - test2() * INFO : org.springframework.test.context.jsr250.Jsr250LifecycleTests - test2()
* INFO : org.springframework.test.context.junit4.spr4868.ExampleTest - tearDown() * INFO : org.springframework.test.context.jsr250.Jsr250LifecycleTests - tearDown()
* INFO : org.springframework.test.context.junit4.spr4868.LifecycleBean - destroying * INFO : org.springframework.test.context.jsr250.LifecycleBean - destroying
* </pre> * </pre>
* *
* @author Sam Brannen * @author Sam Brannen

Loading…
Cancel
Save