public class AbstractSeqGenerator
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
maxNumberOfStepRetry |
Pool |
pool |
TestingScope |
scope |
Generator<PARAM,STEP> |
valueGenerator |
Constructor and Description |
---|
AbstractSeqGenerator(TestingScope scope,
Pool pool,
int maxNumberOfStepRetry,
Generator<PARAM,STEP> valueGenerator)
A constructor to set up some common state variables.
|
Modifier and Type | Method and Description |
---|---|
Generator<SEQ_RT_info,SEQ_RT_info> |
instrument()
To insert an INSTRUMENT step.
|
public TestingScope scope
public Pool pool
public int maxNumberOfStepRetry
public AbstractSeqGenerator(TestingScope scope, Pool pool, int maxNumberOfStepRetry, Generator<PARAM,STEP> valueGenerator)
public Generator<SEQ_RT_info,SEQ_RT_info> instrument()