public class ObjectUnderTestG extends AbstractSeqGenerator
maxNumberOfStepRetry, pool, scope, valueGenerator
Constructor and Description |
---|
ObjectUnderTestG(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.Class... paramtypes) |
Generator<SEQ_RT_info,SEQ_RT_info> |
grey(java.lang.reflect.Constructor co) |
Generator<SEQ_RT_info,SEQ_RT_info> |
grey(java.lang.reflect.Method cm) |
Generator<SEQ_RT_info,SEQ_RT_info> |
grey(java.lang.String creatorMethodName,
java.lang.Class... paramtypes) |
static void |
main(java.lang.String[] args) |
Generator<SEQ_RT_info,SEQ_RT_info> |
no_asmviol(java.lang.Class... paramtypes) |
Generator<SEQ_RT_info,SEQ_RT_info> |
no_asmviol(java.lang.reflect.Constructor co) |
Generator<SEQ_RT_info,SEQ_RT_info> |
no_asmviol(java.lang.reflect.Method cm) |
Generator<SEQ_RT_info,SEQ_RT_info> |
no_asmviol(java.lang.String creatorMethodName,
java.lang.Class... paramtypes) |
Generator<SEQ_RT_info,SEQ_RT_info> |
nonnull_and_no_exc(java.lang.Class... paramtypes) |
Generator<SEQ_RT_info,SEQ_RT_info> |
nonnull_and_no_exc(java.lang.reflect.Constructor co)
Generate a non-null target object, and avoid throwing any exception.
|
Generator<SEQ_RT_info,SEQ_RT_info> |
nonnull_and_no_exc(java.lang.reflect.Method cm) |
Generator<SEQ_RT_info,SEQ_RT_info> |
nonnull_and_no_exc(java.lang.String creatorMethodName,
java.lang.Class... paramtypes) |
instrument
public ObjectUnderTestG(TestingScope scope, Pool pool, int maxNumberOfStepRetry, Generator<PARAM,STEP> valueGenerator)
public Generator<SEQ_RT_info,SEQ_RT_info> grey(java.lang.reflect.Constructor co)
public Generator<SEQ_RT_info,SEQ_RT_info> grey(java.lang.reflect.Method cm)
public Generator<SEQ_RT_info,SEQ_RT_info> grey(java.lang.String creatorMethodName, java.lang.Class... paramtypes)
public Generator<SEQ_RT_info,SEQ_RT_info> grey(java.lang.Class... paramtypes)
public Generator<SEQ_RT_info,SEQ_RT_info> no_asmviol(java.lang.reflect.Constructor co)
public Generator<SEQ_RT_info,SEQ_RT_info> no_asmviol(java.lang.reflect.Method cm)
public Generator<SEQ_RT_info,SEQ_RT_info> no_asmviol(java.lang.String creatorMethodName, java.lang.Class... paramtypes)
public Generator<SEQ_RT_info,SEQ_RT_info> no_asmviol(java.lang.Class... paramtypes)
public Generator<SEQ_RT_info,SEQ_RT_info> nonnull_and_no_exc(java.lang.reflect.Constructor co)
public Generator<SEQ_RT_info,SEQ_RT_info> nonnull_and_no_exc(java.lang.reflect.Method cm)
public Generator<SEQ_RT_info,SEQ_RT_info> nonnull_and_no_exc(java.lang.String creatorMethodName, java.lang.Class... paramtypes)
public Generator<SEQ_RT_info,SEQ_RT_info> nonnull_and_no_exc(java.lang.Class... paramtypes)
public static void main(java.lang.String[] args) throws java.lang.Exception
java.lang.Exception