@Ignore empty test methods in RootWacEarTests hierarchy

This commit is contained in:
Sam Brannen
2013-06-16 19:47:18 +02:00
parent 432f899b29
commit c06157acd3
2 changed files with 5 additions and 0 deletions

View File

@@ -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() {

View File

@@ -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() {