com.googlecode.mycontainer.js.junit
Class JavaScriptTestUnit

java.lang.Object
  extended by com.googlecode.mycontainer.js.junit.JavaScriptTestUnit

public class JavaScriptTestUnit
extends java.lang.Object


Constructor Summary
JavaScriptTestUnit(java.lang.String name, java.lang.String testName, org.mozilla.javascript.Function testFunction)
           
 
Method Summary
 org.junit.runner.Description getDescription()
           
 void run(RhinoBox rhinoBox, org.junit.runner.notification.RunNotifier notifier)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavaScriptTestUnit

public JavaScriptTestUnit(java.lang.String name,
                          java.lang.String testName,
                          org.mozilla.javascript.Function testFunction)
Method Detail

getDescription

public org.junit.runner.Description getDescription()

run

public void run(RhinoBox rhinoBox,
                org.junit.runner.notification.RunNotifier notifier)


Copyright © 2008-2012 Mycontainer Team. All Rights Reserved.