| Class and Description |
|---|
| com.pholser.junit.quickcheck.generator.Ctor
This was introduced to alleviate the difficulties of old
Theory methods with many parameters,
and will likely go away. |
| com.pholser.junit.quickcheck.generator.Fields
This was introduced to alleviate the difficulties of old
Theory methods with many parameters,
and will likely go away. |
| com.pholser.junit.quickcheck.internal.generator.GenerationContext |
| com.pholser.junit.quickcheck.internal.ParameterContext |
| com.pholser.junit.quickcheck.internal.generator.RandomTheoryParameterGenerator |
| com.pholser.junit.quickcheck.internal.RandomValueSupplier |
| Annotation Type and Description |
|---|
| com.pholser.junit.quickcheck.ForAll
Rather than writing property-based tests as
Theory
methods with parameters marked with this annotation, write them as
Property methods on classes run with the
JUnitQuickcheck runner. |
| Method and Description |
|---|
| com.pholser.junit.quickcheck.internal.ParameterTypeContext.annotatedElement()
This will likely go away when languages whose compilers
and interpreters produce class files that support annotations on type
uses.
|
| com.pholser.junit.quickcheck.generator.Generator.configure(AnnotatedElement)
This will likely go away when languages whose compilers
and interpreters produce class files that support annotations on type
uses.
|
| com.pholser.junit.quickcheck.internal.ParameterTypeContext.topLevel()
This will likely go away when languages whose compilers
and interpreters produce class files that support annotations on type
uses.
|
Copyright © 2016. All rights reserved.