org.jboss.arquillian.testng.container
Class TestNGTestRunner

java.lang.Object
  extended by org.jboss.arquillian.testng.container.TestNGTestRunner
All Implemented Interfaces:
TestRunner

public class TestNGTestRunner
extends Object
implements TestRunner

TestNGTestRunner

Version:
$Revision: $
Author:
Aslak Knutsen

Constructor Summary
TestNGTestRunner()
           
 
Method Summary
 TestResult execute(Class<?> testClass, String methodName)
          Run a single test method in a test class.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestNGTestRunner

public TestNGTestRunner()
Method Detail

execute

public TestResult execute(Class<?> testClass,
                          String methodName)
Description copied from interface: TestRunner
Run a single test method in a test class.

Specified by:
execute in interface TestRunner
Parameters:
testClass - The test case class to execute
methodName - The method to execute
Returns:
The result of the test


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