org.jboss.arquillian.test.spi
Interface LifecycleMethodExecutor


public interface LifecycleMethodExecutor

Generic 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
static LifecycleMethodExecutor NO_OP
           
 
Method Summary
 void invoke()
           
 

Field Detail

NO_OP

static final LifecycleMethodExecutor NO_OP
Method Detail

invoke

void invoke()
            throws Throwable
Throws:
Throwable


Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.