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

java.lang.Object
  extended by org.jboss.arquillian.test.spi.event.suite.SuiteEvent
      extended by 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

Constructor Summary
ClassEvent(Class<?> testClass)
           
ClassEvent(TestClass testClass)
           
 
Method Summary
 TestClass getTestClass()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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
Method Detail

getTestClass

public TestClass getTestClass()


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