org.jboss.arquillian.test.spi.event.suite
Class ClassEvent
java.lang.Object
org.jboss.arquillian.test.spi.event.suite.SuiteEvent
org.jboss.arquillian.test.spi.event.suite.ClassEvent
- All Implemented Interfaces:
- Event
- Direct Known Subclasses:
- ClassLifecycleEvent, TestEvent
public class ClassEvent
- extends SuiteEvent
Base for events fired in the Test Class execution cycle.
- Version:
- $Revision: $
- Author:
- Aslak Knutsen
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClassEvent
public ClassEvent(Class<?> testClass)
- Parameters:
testClass
- The Test case Class
- Throws:
IllegalArgumentException
- if testCase is null
ClassEvent
public ClassEvent(TestClass testClass)
- Parameters:
testClass
- The Test case Class
- Throws:
IllegalArgumentException
- if testCase is null
getTestClass
public TestClass getTestClass()
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.