org.jboss.arquillian.junit
Class JUnitTestRunner

java.lang.Object
  extended by org.jboss.arquillian.junit.JUnitTestRunner
All Implemented Interfaces:
TestRunner

public class JUnitTestRunner
extends Object
implements TestRunner

JUnitTestRunner A Implementation of the Arquillian TestRunner SPI for JUnit.

Version:
$Revision: $
Author:
Aslak Knutsen

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

Constructor Detail

JUnitTestRunner

public JUnitTestRunner()
Method Detail

execute

public TestResult execute(Class<?> testClass,
                          String methodName)
Specified by:
execute in interface TestRunner


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