Arquillian Container Test SPI 1.0.0.CR5

org.jboss.arquillian.container.test.spi
Interface TestRunner


public interface TestRunner

TestRunner A Generic way to start the test framework.

Version:
$Revision: $
Author:
Aslak Knutsen

Method Summary
 TestResult execute(Class<?> testClass, String methodName)
          Run a single test method in a test class.
 

Method Detail

execute

TestResult execute(Class<?> testClass,
                   String methodName)
Run a single test method in a test class.

Parameters:
testClass - The test case class to execute
methodName - The method to execute
Returns:
The result of the test

Arquillian Container Test SPI 1.0.0.CR5

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