public class SuiteG
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
maxNumberOfSeqRetry |
TestingScope |
scope |
Constructor and Description |
---|
SuiteG(TestingScope scope) |
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args) |
SUITE |
run(Pool pool,
Generator<SEQ_RT_info,SEQ_RT_info> seqGenerator,
int maxSamplesToCollect)
Pass the pool that is used by sequence generator.
|
public TestingScope scope
public int maxNumberOfSeqRetry
public SuiteG(TestingScope scope)
public SUITE run(Pool pool, Generator<SEQ_RT_info,SEQ_RT_info> seqGenerator, int maxSamplesToCollect)
public static void main(java.lang.String[] args) throws java.lang.Exception
java.lang.Exception