net.flexmojos.oss.test
Class DefaultTestRunner

java.lang.Object
  extended by org.codehaus.plexus.logging.AbstractLogEnabled
      extended by net.flexmojos.oss.test.DefaultTestRunner
All Implemented Interfaces:
TestRunner, org.codehaus.plexus.logging.LogEnabled

@Component(role=TestRunner.class,
           instantiationStrategy="per-lookup")
public class DefaultTestRunner
extends org.codehaus.plexus.logging.AbstractLogEnabled
implements TestRunner


Constructor Summary
DefaultTestRunner()
           
 
Method Summary
 List<String> run(TestRequest testRequest)
           
 
Methods inherited from class org.codehaus.plexus.logging.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultTestRunner

public DefaultTestRunner()
Method Detail

run

public List<String> run(TestRequest testRequest)
                 throws TestRunnerException,
                        LaunchFlashPlayerException
Specified by:
run in interface TestRunner
Throws:
TestRunnerException
LaunchFlashPlayerException


Copyright © 2008–2014 flexmojos. All rights reserved.