jasco.testing
Interface TestConstants

All Known Implementing Classes:
CompileAspectTest, CompileConnectorTest, CompileLoggingAspectTest, CompileRefinementTest, CompileTest, CompileTransformConnectorTest, CompileTraversalTest, DefaultJAsCoTest, LoadClassTest, RunAfterTest, RunAroundThrowingReturningTest, RunAspectInstantiationTest, RunAspectOnAspectTest, RunBenchTest, RunConditionalAroundTest, RunConnectorPriorityTest, RunCountTest, RunDynArgsTest, RunJAsCoBeforeTest, RunJAsCoCovarianceTest, RunJAsCoEnableTest, RunJAsCoInterfaceTest, RunJAsCoProgramTest, RunJAsCoStaticTest, RunJugglerTest, RunJumpingAspectsTest, RunLimitedSubtypeTest, RunMetaDataTest, RunMixinTest, RunMultipleExecTest, RunObjectAroundTest, RunObjectTest, RunPacoSuiteTest, RunPerTest, RunPrimitiveAroundTest, RunRefiningClassesTests, RunStatefulControlFlowTest, RunStrictTest, RunSubhookTest, RunSubtypeTest, RunTraversalTest, SimpleTransformTest, TransformBeanTest

public interface TestConstants

Author:
Wim

Field Summary
static int HOTSWAP1
           
static int HOTSWAP2
           
static int NO_JUTTA
           
static int RUNTIME_WEAVER
           
static int TRANSFORM_BEAN
           
 

Field Detail

TRANSFORM_BEAN

static final int TRANSFORM_BEAN
See Also:
Constant Field Values

HOTSWAP1

static final int HOTSWAP1
See Also:
Constant Field Values

HOTSWAP2

static final int HOTSWAP2
See Also:
Constant Field Values

RUNTIME_WEAVER

static final int RUNTIME_WEAVER
See Also:
Constant Field Values

NO_JUTTA

static final int NO_JUTTA
See Also:
Constant Field Values