Uses of Class
org.codehaus.mojo.javascript.test.qunit.RhinoRuntime

Packages that use RhinoRuntime
org.codehaus.mojo.javascript.test.qunit   
 

Uses of RhinoRuntime in org.codehaus.mojo.javascript.test.qunit
 

Methods in org.codehaus.mojo.javascript.test.qunit that return RhinoRuntime
protected  RhinoRuntime AbstractRhinoTestMojo.createRhinoRuntime(ReportCallbacks reportCb)
          Creates a RhinoRuntime with env.js and inserts a $report object that collects test results as they are run.
 

Methods in org.codehaus.mojo.javascript.test.qunit with parameters of type RhinoRuntime
protected abstract  void AbstractRhinoTestMojo.runSuite(RhinoRuntime rt, java.io.File suite)
           
protected  void QUnitTestMojo.runSuite(RhinoRuntime rt, java.io.File suite)
           
 



Copyright © 2010. All Rights Reserved.