提交 c06157ac 编写于 作者: S Sam Brannen

@Ignore empty test methods in RootWacEarTests hierarchy

上级 432f899b
......@@ -18,6 +18,7 @@ package org.springframework.test.context.hierarchies.web;
import javax.servlet.ServletContext;
import org.junit.Ignore;
import org.junit.Test;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.ApplicationContext;
......@@ -47,12 +48,14 @@ public class DispatcherWacRootWacEarTests extends RootWacEarTests {
private String dispatcher;
@Ignore("Superseded by verifyDispatcherWacConfig()")
@Test
@Override
public void verifyEarConfig() {
/* no-op */
}
@Ignore("Superseded by verifyDispatcherWacConfig()")
@Test
@Override
public void verifyRootWacConfig() {
......
......@@ -16,6 +16,7 @@
package org.springframework.test.context.hierarchies.web;
import org.junit.Ignore;
import org.junit.Test;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.ApplicationContext;
......@@ -58,6 +59,7 @@ public class RootWacEarTests extends EarTests {
private String root;
@Ignore("Superseded by verifyRootWacConfig()")
@Test
@Override
public void verifyEarConfig() {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册