Package org.jboss.arquillian.test.spi.event.suite

Examples of org.jboss.arquillian.test.spi.event.suite.AfterClass


   }

   @Test
   public void shouldUndeployManagedDeploymentsAndStopManualAndClassContainers() throws Exception
   {
      fire(new AfterClass(testClass()));

      assertEventFired(UnDeployManagedDeployments.class, 1);
      assertEventFired(StopManualContainers.class, 1);
      assertEventFired(StopClassContainers.class, 1);
   }
View Full Code Here

TOP

Related Classes of org.jboss.arquillian.test.spi.event.suite.AfterClass

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.