Package org.jboss.arquillian.test.spi
Interface LifecycleMethodExecutor
-
public interface LifecycleMethodExecutorGeneric wrapper for invoking Lifecycle methods.
Used to e.g. veto invocation of @Before/@After methods on the Client side.- Version:
- $Revision: $
- Author:
- Aslak Knutsen
-
-
Field Summary
Fields Modifier and Type Field Description static LifecycleMethodExecutorNO_OP
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidinvoke()
-
-
-
Field Detail
-
NO_OP
static final LifecycleMethodExecutor NO_OP
-
-