Class TestEvent
java.lang.Object
org.jboss.arquillian.test.spi.event.suite.SuiteEvent
org.jboss.arquillian.test.spi.event.suite.ClassEvent
org.jboss.arquillian.test.spi.event.suite.TestEvent
- All Implemented Interfaces:
Event
- Direct Known Subclasses:
Test,TestLifecycleEvent
Base for events fired in the Test execution cycle.
- Version:
- $Revision: $
- Author:
- Aslak Knutsen
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jboss.arquillian.test.spi.event.suite.ClassEvent
getTestClass
-
Constructor Details
-
TestEvent
- Parameters:
testInstance- The test case instancetestMethod- The test method- Throws:
IllegalArgumentException- if testInstance is nullIllegalArgumentException- if testMethod is null
-
-
Method Details
-
getTestInstance
-
getTestMethod
-