public class InstrumentationHelper
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static boolean |
ASSERTIONENABLED |
static InstrumentationAssertionService |
assertionService |
static Instrumentation |
DEFAULT_INSTRUMENTATION |
static boolean |
ENABLED |
static Instrumentation |
instrumentation |
Constructor and Description |
---|
InstrumentationHelper() |
Modifier and Type | Method and Description |
---|---|
static void |
endTest() |
static Instrumentation |
get() |
static void |
startTest(EPServiceProvider engine,
java.lang.Class testClass,
java.lang.String testName) |
public static final boolean ENABLED
public static final boolean ASSERTIONENABLED
public static Instrumentation DEFAULT_INSTRUMENTATION
public static Instrumentation instrumentation
public static InstrumentationAssertionService assertionService
public static Instrumentation get()
public static void startTest(EPServiceProvider engine, java.lang.Class testClass, java.lang.String testName)
public static void endTest()