| Package | Description |
|---|---|
| com.pholser.junit.quickcheck | |
| com.pholser.junit.quickcheck.generator | |
| com.pholser.junit.quickcheck.hook | |
| com.pholser.junit.quickcheck.internal |
| Class and Description |
|---|
| Mode
Represents different modes of execution of property-based tests.
|
| Class and Description |
|---|
| Pair
Typed pair of elements.
|
| Class and Description |
|---|
| MinimalCounterexampleHook
Allows access to an actual failing example.
|
| Class and Description |
|---|
| MinimalCounterexampleHook
Allows access to an actual failing example.
|
| Property
Mark a method on a class that is run with the
JUnitQuickcheck
runner with this annotation to have it run as a property-based test. |
| When
Mark a parameter of a
Property method with this annotation to
specify metadata about values generated for that parameter. |
Copyright © 2019. All rights reserved.