1 22 package org.jboss.test.deployers.web.test; 23 24 import junit.framework.Test; 25 26 import org.jboss.test.deployers.AbstractDeploymentTest; 27 28 34 public class NotWEBDeploymentUnitTestCase extends AbstractDeploymentTest 35 { 36 37 public void testNotWEBDeployment() throws Exception  38 { 39 assertNotDeployed(notWeb1Deployment); 40 } 41 42 public NotWEBDeploymentUnitTestCase(String test) 43 { 44 super(test); 45 } 46 47 public static Test suite() throws Exception  48 { 49 return getDeploySetup(NotWEBDeploymentUnitTestCase.class, notWeb1Deployment); 50 } 51 } 52 | Popular Tags |