public class CoverageInstrumentor extends Object
Modifier and Type | Field and Description |
---|---|
static String |
GWT_COVERAGE_SYSTEM_PROPERTY |
Modifier and Type | Method and Description |
---|---|
static void |
exec(JProgram jprogram,
JsProgram jsProgram,
JavaToJavaScriptMap jjsmap,
com.google.gwt.thirdparty.guava.common.collect.Multimap<String,Integer> instrumentableLines) |
static boolean |
isCoverageEnabled() |
public static final String GWT_COVERAGE_SYSTEM_PROPERTY
public static boolean isCoverageEnabled()
public static void exec(JProgram jprogram, JsProgram jsProgram, JavaToJavaScriptMap jjsmap, com.google.gwt.thirdparty.guava.common.collect.Multimap<String,Integer> instrumentableLines)
Copyright © 2018. All rights reserved.