
public class TestEvent extends ClassEvent
| Constructor and Description |
|---|
TestEvent(Object testInstance,
Method testMethod) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getTestInstance() |
Method |
getTestMethod() |
getTestClasspublic TestEvent(Object testInstance, Method testMethod)
testInstance - The test case instancetestMethod - The test methodIllegalArgumentException - if testInstance is nullIllegalArgumentException - if testMethod is nullCopyright © 2015 JBoss by Red Hat. All rights reserved.