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

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

public abstract class JSTester
extends java.lang.Object


Constructor Summary
JSTester()
           
 
Method Summary
abstract  void constructTestMethodInvocation(JsExpression call, JsStringLiteral name)
           
 void deinitialize()
           
protected  JsBlock getBlock()
           
protected  TranslationContext getContext()
           
 void initialize(TranslationContext context, JsBlock block)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JSTester

public JSTester()
Method Detail

constructTestMethodInvocation

public abstract void constructTestMethodInvocation(@NotNull
                                                   JsExpression call,
                                                   @NotNull
                                                   JsStringLiteral name)

getBlock

@NotNull
protected JsBlock getBlock()

getContext

@NotNull
protected TranslationContext getContext()

initialize

public void initialize(@NotNull
                       TranslationContext context,
                       @NotNull
                       JsBlock block)

deinitialize

public void deinitialize()