org.jboss.arquillian.test.spi.event.suite
Class BeforeClass

java.lang.Object
  extended by org.jboss.arquillian.test.spi.event.suite.SuiteEvent
      extended by org.jboss.arquillian.test.spi.event.suite.ClassEvent
          extended by org.jboss.arquillian.test.spi.event.suite.ClassLifecycleEvent
              extended by org.jboss.arquillian.test.spi.event.suite.BeforeClass
All Implemented Interfaces:
Event, LifecycleEvent

public class BeforeClass
extends ClassLifecycleEvent

Event fired Before the Class execution.

Version:
$Revision: $
Author:
Aslak Knutsen

Constructor Summary
BeforeClass(Class<?> testClass)
           
BeforeClass(Class<?> testClass, LifecycleMethodExecutor executor)
           
 
Method Summary
 
Methods inherited from class org.jboss.arquillian.test.spi.event.suite.ClassLifecycleEvent
getExecutor
 
Methods inherited from class org.jboss.arquillian.test.spi.event.suite.ClassEvent
getTestClass
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BeforeClass

public BeforeClass(Class<?> testClass)
Parameters:
testClass - The source for this BeforeClass event

BeforeClass

public BeforeClass(Class<?> testClass,
                   LifecycleMethodExecutor executor)
Parameters:
testClass - The source for this BeforeClass event
executor - A call back when the LifecycleMethod represented by this event should be invoked


Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.