public abstract class CommonUnitTester extends JSTester
Constructor and Description |
---|
CommonUnitTester() |
Modifier and Type | Method and Description |
---|---|
void |
constructTestMethodInvocation(com.google.dart.compiler.backend.js.ast.JsExpression functionToTestCall,
com.google.dart.compiler.backend.js.ast.JsStringLiteral testName) |
protected abstract com.google.dart.compiler.backend.js.ast.JsExpression |
getTestMethodRef() |
deinitialize, getBlock, getContext, initialize
public CommonUnitTester()
public void constructTestMethodInvocation(@NotNull com.google.dart.compiler.backend.js.ast.JsExpression functionToTestCall, @NotNull com.google.dart.compiler.backend.js.ast.JsStringLiteral testName)
constructTestMethodInvocation
in class JSTester
@NotNull protected abstract com.google.dart.compiler.backend.js.ast.JsExpression getTestMethodRef()