org.jetbrains.k2js.translate.test
Class JSTester
java.lang.Object
org.jetbrains.k2js.translate.test.JSTester
- Direct Known Subclasses:
- CommonUnitTester
public abstract class JSTester
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JSTester
public JSTester()
constructTestMethodInvocation
public abstract void constructTestMethodInvocation(@NotNull
com.google.dart.compiler.backend.js.ast.JsExpression call,
@NotNull
com.google.dart.compiler.backend.js.ast.JsStringLiteral name)
getBlock
@NotNull
protected com.google.dart.compiler.backend.js.ast.JsBlock getBlock()
getContext
@NotNull
protected TranslationContext getContext()
initialize
public void initialize(@NotNull
TranslationContext context,
@NotNull
com.google.dart.compiler.backend.js.ast.JsBlock block)
deinitialize
public void deinitialize()