Interface ExtendedPropertyExecutionResult
- All Superinterfaces:
net.jqwik.api.lifecycle.PropertyExecutionResult
- All Known Implementing Classes:
PlainExecutionResult,PropertyCheckResult
public interface ExtendedPropertyExecutionResult
extends net.jqwik.api.lifecycle.PropertyExecutionResult
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classNested classes/interfaces inherited from interface net.jqwik.api.lifecycle.PropertyExecutionResult
net.jqwik.api.lifecycle.PropertyExecutionResult.Status -
Method Summary
Methods inherited from interface net.jqwik.api.lifecycle.PropertyExecutionResult
countChecks, countTries, falsifiedParameters, mapTo, mapToAborted, mapToFailed, mapToFailed, mapToSuccessful, originalSample, shrunkSample, status, throwable
-
Method Details
-
isExtended
boolean isExtended() -
seed
- Specified by:
seedin interfacenet.jqwik.api.lifecycle.PropertyExecutionResult
-
generationInfo
GenerationInfo generationInfo() -
generation
net.jqwik.api.GenerationMode generation() -
edgeCases
-