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