File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
spring-test/src/main/java/org/springframework/test/context Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 76
76
* @ContextConfiguration("file:src/main/webapp/WEB-INF/applicationContext.xml")
77
77
* public abstract class AbstractWebTests {}
78
78
*
79
- * @ContextHierarchy(@ContextConfiguration("/spring/soap-ws-config.xml")
79
+ * @ContextHierarchy(@ContextConfiguration("/spring/soap-ws-config.xml"))
80
80
* public class SoapWebServiceTests extends AbstractWebTests {}
81
81
*
82
- * @ContextHierarchy(@ContextConfiguration("/spring/rest-ws-config.xml")
82
+ * @ContextHierarchy(@ContextConfiguration("/spring/rest-ws-config.xml"))
83
83
* public class RestWebServiceTests extends AbstractWebTests {}</pre>
84
84
*
85
85
* <h4>Class Hierarchy with Merged Context Hierarchy Configuration</h4>
You can’t perform that action at this time.
0 commit comments