org.jboss.testharness.impl.runner.local
Class LocalTestLauncher

java.lang.Object
  extended by org.jboss.testharness.impl.runner.local.LocalTestLauncher
All Implemented Interfaces:
Configurable, TestLauncher

public class LocalTestLauncher
extends java.lang.Object
implements TestLauncher, Configurable


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.jboss.testharness.api.TestLauncher
TestLauncher.InvocationContext
 
Field Summary
 
Fields inherited from interface org.jboss.testharness.api.TestLauncher
PROPERTY_NAME
 
Constructor Summary
LocalTestLauncher()
           
 
Method Summary
 TestResult launchTest(TestLauncher.InvocationContext ctx)
           
 void setConfiguration(Configuration configuration)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalTestLauncher

public LocalTestLauncher()
Method Detail

setConfiguration

public void setConfiguration(Configuration configuration)
Specified by:
setConfiguration in interface Configurable

launchTest

public TestResult launchTest(TestLauncher.InvocationContext ctx)
                      throws java.io.IOException
Specified by:
launchTest in interface TestLauncher
Throws:
java.io.IOException


Copyright © 2009-2010. All Rights Reserved.