public class METHODMG
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
Pool |
pool |
java.util.Random |
rnd |
TestingScope |
testingscope |
Generator<PARAM,STEP> |
valueGenerator |
Constructor and Description |
---|
METHODMG(Pool pool,
TestingScope ts,
Generator<PARAM,STEP> valueGenerator) |
Modifier and Type | Method and Description |
---|---|
Generator<SEQ_RT_info,STEP> |
oneOf(java.util.List<java.lang.reflect.Method> methods) |
Generator<SEQ_RT_info,STEP> |
select(java.lang.reflect.Method M)
Execute as a test-step, a call to a given method M.
|
public Pool pool
public java.util.Random rnd
public TestingScope testingscope
public METHODMG(Pool pool, TestingScope ts, Generator<PARAM,STEP> valueGenerator)
public Generator<SEQ_RT_info,STEP> oneOf(java.util.List<java.lang.reflect.Method> methods)
public Generator<SEQ_RT_info,STEP> select(java.lang.reflect.Method M)