org.jetbrains.kotlin.js.translate.test
Class CommonUnitTester

java.lang.Object
  extended by org.jetbrains.kotlin.js.translate.test.JSTester
      extended by org.jetbrains.kotlin.js.translate.test.CommonUnitTester
Direct Known Subclasses:
JSRhinoUnitTester, QUnitTester

public abstract class CommonUnitTester
extends JSTester


Constructor Summary
CommonUnitTester()
           
 
Method Summary
 void constructTestMethodInvocation(JsExpression functionToTestCall, JsStringLiteral testName)
           
protected abstract  JsExpression getTestMethodRef()
           
 
Methods inherited from class org.jetbrains.kotlin.js.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

CommonUnitTester

public CommonUnitTester()
Method Detail

constructTestMethodInvocation

public void constructTestMethodInvocation(@NotNull
                                          JsExpression functionToTestCall,
                                          @NotNull
                                          JsStringLiteral testName)
Specified by:
constructTestMethodInvocation in class JSTester

getTestMethodRef

@NotNull
protected abstract JsExpression getTestMethodRef()