Uses of Interface
de.cuioss.test.generator.internal.net.java.quickcheck.ObjectGenerator.ReturnValue
-
Packages that use ObjectGenerator.ReturnValue Package Description de.cuioss.test.generator.internal.net.java.quickcheck de.cuioss.test.generator.internal.net.java.quickcheck.generator.support -
-
Uses of ObjectGenerator.ReturnValue in de.cuioss.test.generator.internal.net.java.quickcheck
Methods in de.cuioss.test.generator.internal.net.java.quickcheck that return ObjectGenerator.ReturnValue Modifier and Type Method Description <R> ObjectGenerator.ReturnValue<R>ObjectGenerator. on(R value)Define a method a generator should be defined for. -
Uses of ObjectGenerator.ReturnValue in de.cuioss.test.generator.internal.net.java.quickcheck.generator.support
Methods in de.cuioss.test.generator.internal.net.java.quickcheck.generator.support that return ObjectGenerator.ReturnValue Modifier and Type Method Description <R> ObjectGenerator.ReturnValue<R>ObjectGeneratorImpl. on(R obj)
-