org.jboss.arquillian.test.spi
Interface TestMethodExecutor


public interface TestMethodExecutor

TestMethodExecutor

Version:
$Revision: $
Author:
Aslak Knutsen

Method Summary
 Object getInstance()
          The current instance.
 Method getMethod()
          The method to invoke.
 void invoke(Object... parameters)
          Invokes the Method on the Instance.
 

Method Detail

getMethod

Method getMethod()
The method to invoke.

Returns:

getInstance

Object getInstance()
The current instance.

Returns:

invoke

void invoke(Object... parameters)
            throws Throwable
Invokes the Method on the Instance.

Parameters:
parameters -
Throws:
Throwable


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