public static enum AbstractUnitTestCase.TRACER_EVENTS_RTUC extends java.lang.Enum<AbstractUnitTestCase.TRACER_EVENTS_RTUC>
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getEventName() |
java.lang.String |
getStepMethodName() |
static AbstractUnitTestCase.TRACER_EVENTS_RTUC |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AbstractUnitTestCase.TRACER_EVENTS_RTUC[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractUnitTestCase.TRACER_EVENTS_RTUC RTUC_START
public static final AbstractUnitTestCase.TRACER_EVENTS_RTUC RTS_START
public static final AbstractUnitTestCase.TRACER_EVENTS_RTUC CLEAR_RUT
public static final AbstractUnitTestCase.TRACER_EVENTS_RTUC LOAD_SETUP_DP_START
public static final AbstractUnitTestCase.TRACER_EVENTS_RTUC LOAD_SETUP_DP_END
public static final AbstractUnitTestCase.TRACER_EVENTS_RTUC RUN_SETUP_DT_START
public static final AbstractUnitTestCase.TRACER_EVENTS_RTUC RUN_SETUP_DT_END
public static final AbstractUnitTestCase.TRACER_EVENTS_RTUC RUN_SETUP_ACT_START
public static final AbstractUnitTestCase.TRACER_EVENTS_RTUC RUN_SETUP_ACT_END
public static final AbstractUnitTestCase.TRACER_EVENTS_RTUC RUN_RUT
public static final AbstractUnitTestCase.TRACER_EVENTS_RTUC VERIFY_EXP_RUNTIME
public static final AbstractUnitTestCase.TRACER_EVENTS_RTUC VERIFY_EXP_OP
public static final AbstractUnitTestCase.TRACER_EVENTS_RTUC RUN_CLEANUP_ACT_START
public static final AbstractUnitTestCase.TRACER_EVENTS_RTUC RUN_CLEANUP_ACT_END
public static final AbstractUnitTestCase.TRACER_EVENTS_RTUC RUN_CLEANUP_DT_START
public static final AbstractUnitTestCase.TRACER_EVENTS_RTUC RUN_CLEANUP_DT_END
public static final AbstractUnitTestCase.TRACER_EVENTS_RTUC CLEAR_SETUP_DP
public static final AbstractUnitTestCase.TRACER_EVENTS_RTUC CLEAR_SETUP_DP_END
public static final AbstractUnitTestCase.TRACER_EVENTS_RTUC CLEAR_RUT_DP
public static final AbstractUnitTestCase.TRACER_EVENTS_RTUC RTUC_END
public static AbstractUnitTestCase.TRACER_EVENTS_RTUC[] values()
for (AbstractUnitTestCase.TRACER_EVENTS_RTUC c : AbstractUnitTestCase.TRACER_EVENTS_RTUC.values()) System.out.println(c);
public static AbstractUnitTestCase.TRACER_EVENTS_RTUC valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getEventName()
public java.lang.String getStepMethodName()
Copyright © 2018 Pegasystems Inc. All Rights Reserved.