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

Examples of org.jboss.arquillian.spi.event.suite.BeforeClass


   public void beforeClass(Class<?> testClass, LifecycleMethodExecutor executor) throws Exception
   {
      Validate.notNull(testClass, "TestClass must be specified");
     
      manager.fire(new BeforeClass(testClass, executor));
   }
View Full Code Here

TOP

Related Classes of org.jboss.arquillian.spi.event.suite.BeforeClass

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.