@Ignore empty test methods in RootWacEarTests hierarchy
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user