public class LifecycleMethodExecutor extends Object implements org.jboss.arquillian.test.spi.TestMethodExecutor
| Constructor and Description |
|---|
LifecycleMethodExecutor(Object instance,
Method method,
Annotation annotation) |
| Modifier and Type | Method and Description |
|---|---|
Annotation |
getAnnotation() |
Object |
getInstance() |
Method |
getMethod() |
void |
invoke(Object... parameters) |
public LifecycleMethodExecutor(Object instance, Method method, Annotation annotation)
public Method getMethod()
getMethod in interface org.jboss.arquillian.test.spi.TestMethodExecutorpublic Object getInstance()
getInstance in interface org.jboss.arquillian.test.spi.TestMethodExecutorpublic Annotation getAnnotation()
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.