Index

A F G O P S V 
All Classes and Interfaces|All Packages

A

Arbitrary<T> - Interface in org.instancio.quickcheck.api.artbitrary
An extension point that allows providing a custom implementation strategy to generate samples for a property under the test.
ArbitraryGenerator<T> - Interface in org.instancio.quickcheck.api.artbitrary
Custom sample generator for a property under the test.

F

ForAll - Annotation Type in org.instancio.quickcheck.api
Denotes the property to run the property based test case against.
fromStream(BaseStream<A, ?>) - Static method in interface org.instancio.quickcheck.api.artbitrary.Arbitrary
Creates the Arbitrary instance from the BaseStream instance.

G

generate() - Method in interface org.instancio.quickcheck.api.artbitrary.ArbitraryGenerator
Returns next generated value
generator() - Method in interface org.instancio.quickcheck.api.artbitrary.Arbitrary
Returns the generator instance of a property under the test

O

org.instancio.quickcheck.api - package org.instancio.quickcheck.api
Defines top-level public-facing APIs.
org.instancio.quickcheck.api.artbitrary - package org.instancio.quickcheck.api.artbitrary
Contains APIs related to arbitraries.

P

Property - Annotation Type in org.instancio.quickcheck.api
Denotes an individual property based test case.

S

samples() - Element in annotation type org.instancio.quickcheck.api.Property
The number of samples to generate, default is 1000

V

value() - Element in annotation type org.instancio.quickcheck.api.ForAll
The generator to provide the samples (optional).
A F G O P S V 
All Classes and Interfaces|All Packages