Arquillian Test SPI 1.0.0.CR1

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.CR1

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