org.codehaus.mojo.javascript.test.qunit
Class QUnitTestMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.codehaus.mojo.javascript.AbstractJavascriptMojo
          extended by org.codehaus.mojo.javascript.test.qunit.AbstractRhinoTestMojo
              extended by org.codehaus.mojo.javascript.test.qunit.QUnitTestMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

public class QUnitTestMojo
extends AbstractRhinoTestMojo


Field Summary
 
Fields inherited from class org.codehaus.mojo.javascript.AbstractJavascriptMojo
javascriptArtifactManager, pluginArtifactMap, project
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
QUnitTestMojo()
           
 
Method Summary
protected  void runSuite(RhinoRuntime rt, java.io.File suite)
           
 
Methods inherited from class org.codehaus.mojo.javascript.test.qunit.AbstractRhinoTestMojo
createRhinoRuntime, execute
 
Methods inherited from class org.codehaus.mojo.javascript.AbstractJavascriptMojo
unpackJavascriptDependency, unpackJavascriptDependency
 
Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QUnitTestMojo

public QUnitTestMojo()
Method Detail

runSuite

protected void runSuite(RhinoRuntime rt,
                        java.io.File suite)
                 throws java.lang.Exception
Specified by:
runSuite in class AbstractRhinoTestMojo
Throws:
java.lang.Exception


Copyright © 2010. All Rights Reserved.