public class InstrumentationHelper extends Object
Modifier and Type | Field and Description |
---|---|
static boolean |
ASSERTIONENABLED |
static InstrumentationAssertionService |
assertionService |
static Instrumentation |
defaultInstrumentation |
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,
Class testClass,
String testName) |
public static final boolean ENABLED
public static final boolean ASSERTIONENABLED
public static Instrumentation defaultInstrumentation
public static Instrumentation instrumentation
public static InstrumentationAssertionService assertionService
public static Instrumentation get()
public static void startTest(EPServiceProvider engine, Class testClass, String testName)
public static void endTest()