public class MethodG extends AbstractSeqGenerator
maxNumberOfStepRetry, pool, scope, valueGenerator
Constructor and Description |
---|
MethodG(TestingScope scope,
Pool pool,
int maxNumberOfStepRetry,
Generator<PARAM,STEP> valueGenerator) |
Modifier and Type | Method and Description |
---|---|
Generator<SEQ_RT_info,SEQ_RT_info> |
grey(java.lang.reflect.Method m) |
Generator<SEQ_RT_info,SEQ_RT_info> |
grey(java.lang.String mname,
java.lang.Class... paramtypes) |
Generator<SEQ_RT_info,SEQ_RT_info> |
no_asmviol(java.lang.reflect.Method m) |
Generator<SEQ_RT_info,SEQ_RT_info> |
no_asmviol(java.lang.String mname,
java.lang.Class... paramtypes) |
Generator<SEQ_RT_info,SEQ_RT_info> |
no_exc(java.lang.reflect.Method m)
Avoid throwing any exception.
|
Generator<SEQ_RT_info,SEQ_RT_info> |
no_exc(java.lang.String mname,
java.lang.Class... paramtypes) |
instrument
public MethodG(TestingScope scope, Pool pool, int maxNumberOfStepRetry, Generator<PARAM,STEP> valueGenerator)
public Generator<SEQ_RT_info,SEQ_RT_info> grey(java.lang.reflect.Method m)
public Generator<SEQ_RT_info,SEQ_RT_info> grey(java.lang.String mname, java.lang.Class... paramtypes)
public Generator<SEQ_RT_info,SEQ_RT_info> no_asmviol(java.lang.reflect.Method m)
public Generator<SEQ_RT_info,SEQ_RT_info> no_asmviol(java.lang.String mname, java.lang.Class... paramtypes)
public Generator<SEQ_RT_info,SEQ_RT_info> no_exc(java.lang.reflect.Method m)
public Generator<SEQ_RT_info,SEQ_RT_info> no_exc(java.lang.String mname, java.lang.Class... paramtypes)