org.jboss.arquillian.spi.event.suite
Class BeforeClass
java.lang.Object
org.jboss.arquillian.spi.event.suite.SuiteEvent
org.jboss.arquillian.spi.event.suite.ClassEvent
org.jboss.arquillian.spi.event.suite.BeforeClass
- All Implemented Interfaces:
- Event
public class BeforeClass
- extends ClassEvent
Event fired Before the Class execution.
- Version:
- $Revision: $
- Author:
- Aslak Knutsen
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BeforeClass
public BeforeClass(Class<?> testClass)
- Parameters:
testClass - The Test case Class
Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.