Arquillian Test SPI 1.0.0.CR7

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

Arquillian Test SPI 1.0.0.CR7

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