Package net.jqwik.api.domains
This package contains interfaces that are implemented by engine-module
and also used in other modules, e.g. testing
This package may also be moved to a module of its own.
-
Interface Summary Interface Description DomainContext Class that implement this interface are used to annotate property methods or containers like this:Domain(MyDomainContext.class)
. -
Class Summary Class Description DomainContext.DomainContextFacade DomainContext.Global DomainContextBase Base class for convention based implementations of DomainContext -
Annotation Types Summary Annotation Type Description Domain Use@Domain(MyDomainContext.class)
to use only arbitrary providers and arbitrary configurators defined in given context classDomainList