public class LifecycleMethodExecutor extends Object implements org.jboss.arquillian.test.spi.TestMethodExecutor
| Constructor and Description |
|---|
LifecycleMethodExecutor(Object instance,
Method method,
List<Annotation> qualifiers) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getInstance() |
Method |
getMethod() |
List<Annotation> |
getQualifiers() |
void |
invoke(Object... parameters) |
public LifecycleMethodExecutor(Object instance, Method method, List<Annotation> qualifiers)
public Method getMethod()
getMethod in interface org.jboss.arquillian.test.spi.TestMethodExecutorpublic Object getInstance()
getInstance in interface org.jboss.arquillian.test.spi.TestMethodExecutorpublic List<Annotation> getQualifiers()
Copyright © 2019 JBoss by Red Hat. All rights reserved.