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

java.lang.Object
  extended by org.jetbrains.kotlin.js.translate.test.JSTester
      extended by org.jetbrains.kotlin.js.translate.test.CommonUnitTester
          extended by org.jetbrains.kotlin.js.translate.test.QUnitTester

public final class QUnitTester
extends CommonUnitTester


Constructor Summary
QUnitTester()
           
 
Method Summary
protected  JsExpression getTestMethodRef()
           
 
Methods inherited from class org.jetbrains.kotlin.js.translate.test.CommonUnitTester
constructTestMethodInvocation
 
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

QUnitTester

public QUnitTester()
Method Detail

getTestMethodRef

@NotNull
protected JsExpression getTestMethodRef()
Specified by:
getTestMethodRef in class CommonUnitTester