info.rvin.flexmojo.test
Class FlexUnitLauncher

java.lang.Object
  extended by info.rvin.flexmojo.test.FlexUnitLauncher

public class FlexUnitLauncher
extends java.lang.Object

This class is used to launch the FlexUnit tests.


Constructor Summary
FlexUnitLauncher()
           
FlexUnitLauncher(java.util.List<java.lang.String> command, org.apache.maven.plugin.logging.Log logger)
           
 
Method Summary
 void runTests(java.io.File swf)
          Run the SWF that contains the FlexUnit tests.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FlexUnitLauncher

public FlexUnitLauncher()

FlexUnitLauncher

public FlexUnitLauncher(java.util.List<java.lang.String> command,
                        org.apache.maven.plugin.logging.Log logger)
Method Detail

runTests

public void runTests(java.io.File swf)
              throws java.lang.Exception
Run the SWF that contains the FlexUnit tests.

Parameters:
swf - the SWF.
Throws:
java.lang.Exception - if there is an error launching the tests.


Copyright © 2008-2009 Flex-Mojos. All Rights Reserved.