File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
spring-test/src/test/java/org/springframework/test/context/jsr250 Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 44
44
*
45
45
* <h4>Expected Log Output</h4>
46
46
* <pre>
47
- * INFO : org.springframework.test.context.junit4.spr4868 .LifecycleBean - initializing
48
- * INFO : org.springframework.test.context.junit4.spr4868.ExampleTest - beforeAllTests()
49
- * INFO : org.springframework.test.context.junit4.spr4868.ExampleTest - setUp()
50
- * INFO : org.springframework.test.context.junit4.spr4868.ExampleTest - test1()
51
- * INFO : org.springframework.test.context.junit4.spr4868.ExampleTest - tearDown()
52
- * INFO : org.springframework.test.context.junit4.spr4868.ExampleTest - beforeAllTests()
53
- * INFO : org.springframework.test.context.junit4.spr4868.ExampleTest - setUp()
54
- * INFO : org.springframework.test.context.junit4.spr4868.ExampleTest - test2()
55
- * INFO : org.springframework.test.context.junit4.spr4868.ExampleTest - tearDown()
56
- * INFO : org.springframework.test.context.junit4.spr4868 .LifecycleBean - destroying
47
+ * INFO : org.springframework.test.context.jsr250 .LifecycleBean - initializing
48
+ * INFO : org.springframework.test.context.jsr250.Jsr250LifecycleTests - beforeAllTests()
49
+ * INFO : org.springframework.test.context.jsr250.Jsr250LifecycleTests - setUp()
50
+ * INFO : org.springframework.test.context.jsr250.Jsr250LifecycleTests - test1()
51
+ * INFO : org.springframework.test.context.jsr250.Jsr250LifecycleTests - tearDown()
52
+ * INFO : org.springframework.test.context.jsr250.Jsr250LifecycleTests - beforeAllTests()
53
+ * INFO : org.springframework.test.context.jsr250.Jsr250LifecycleTests - setUp()
54
+ * INFO : org.springframework.test.context.jsr250.Jsr250LifecycleTests - test2()
55
+ * INFO : org.springframework.test.context.jsr250.Jsr250LifecycleTests - tearDown()
56
+ * INFO : org.springframework.test.context.jsr250 .LifecycleBean - destroying
57
57
* </pre>
58
58
*
59
59
* @author Sam Brannen
You can’t perform that action at this time.
0 commit comments