org.jetbrains.k2js.translate.test
Class JSRhinoUnitTester

java.lang.Object
  extended by org.jetbrains.k2js.translate.test.JSTester
      extended by org.jetbrains.k2js.translate.test.CommonUnitTester
          extended by org.jetbrains.k2js.translate.test.JSRhinoUnitTester

public final class JSRhinoUnitTester
extends CommonUnitTester


Constructor Summary
JSRhinoUnitTester()
           
 
Method Summary
protected  com.google.dart.compiler.backend.js.ast.JsExpression getTestMethodRef()
           
 
Methods inherited from class org.jetbrains.k2js.translate.test.CommonUnitTester
constructTestMethodInvocation
 
Methods inherited from class org.jetbrains.k2js.translate.test.JSTester
deinitialize, getBlock, getContext, initialize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JSRhinoUnitTester

public JSRhinoUnitTester()
Method Detail

getTestMethodRef

@NotNull
protected com.google.dart.compiler.backend.js.ast.JsExpression getTestMethodRef()
Specified by:
getTestMethodRef in class CommonUnitTester