Arquillian Test SPI 1.0.0.CR7

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

Arquillian Test SPI 1.0.0.CR7

Copyright © 2011 JBoss by Red Hat. All Rights Reserved.