Package net.jqwik.engine.properties
Class PropertyCheckResult
java.lang.Object
net.jqwik.engine.properties.PropertyCheckResult
- All Implemented Interfaces:
net.jqwik.api.lifecycle.PropertyExecutionResult,ExtendedPropertyExecutionResult
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.jqwik.engine.execution.lifecycle.ExtendedPropertyExecutionResult
ExtendedPropertyExecutionResult.EdgeCasesExecutionResultNested classes/interfaces inherited from interface net.jqwik.api.lifecycle.PropertyExecutionResult
net.jqwik.api.lifecycle.PropertyExecutionResult.Status -
Method Summary
Modifier and TypeMethodDescriptionnet.jqwik.engine.properties.PropertyCheckResult.CheckStatusintintstatic PropertyCheckResultexhausted(String stereotype, String propertyName, int tries, int checks, String randomSeed, net.jqwik.api.GenerationMode generation, net.jqwik.api.EdgeCasesMode edgeCasesMode, int edgeCasesTotal, int edgeCasesTried, Throwable throwable) static PropertyCheckResultfailed(String stereotype, String propertyName, int tries, int checks, GenerationInfo generationInfo, net.jqwik.api.GenerationMode generation, net.jqwik.api.EdgeCasesMode edgeCasesMode, int edgeCasesTotal, int edgeCasesTried, net.jqwik.api.lifecycle.FalsifiedSample originalSample, net.jqwik.api.lifecycle.ShrunkFalsifiedSample shrunkSample, Throwable throwable) net.jqwik.api.GenerationModebooleannet.jqwik.api.lifecycle.PropertyExecutionResultOptional<net.jqwik.api.lifecycle.FalsifiedSample>Optional<net.jqwik.api.lifecycle.ShrunkFalsifiedSample>static PropertyCheckResultskipExample(String stereotype, String propertyName, String randomSeed, net.jqwik.api.GenerationMode generation, net.jqwik.api.EdgeCasesMode edgeCasesMode, int edgeCasesTotal, int edgeCasesTried, Throwable throwable) net.jqwik.api.lifecycle.PropertyExecutionResult.Statusstatus()static PropertyCheckResultsuccessful(String stereotype, String propertyName, int tries, int checks, String randomSeed, net.jqwik.api.GenerationMode generation, net.jqwik.api.EdgeCasesMode edgeCasesMode, int edgeCasesTotal, int edgeCasesTried) toString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface net.jqwik.engine.execution.lifecycle.ExtendedPropertyExecutionResult
seedMethods inherited from interface net.jqwik.api.lifecycle.PropertyExecutionResult
mapToAborted, mapToFailed, mapToFailed, mapToSuccessful
-
Method Details
-
successful
public static PropertyCheckResult successful(String stereotype, String propertyName, int tries, int checks, String randomSeed, net.jqwik.api.GenerationMode generation, net.jqwik.api.EdgeCasesMode edgeCasesMode, int edgeCasesTotal, int edgeCasesTried) -
failed
public static PropertyCheckResult failed(String stereotype, String propertyName, int tries, int checks, GenerationInfo generationInfo, net.jqwik.api.GenerationMode generation, net.jqwik.api.EdgeCasesMode edgeCasesMode, int edgeCasesTotal, int edgeCasesTried, net.jqwik.api.lifecycle.FalsifiedSample originalSample, net.jqwik.api.lifecycle.ShrunkFalsifiedSample shrunkSample, Throwable throwable) -
skipExample
public static PropertyCheckResult skipExample(String stereotype, String propertyName, String randomSeed, net.jqwik.api.GenerationMode generation, net.jqwik.api.EdgeCasesMode edgeCasesMode, int edgeCasesTotal, int edgeCasesTried, Throwable throwable) -
exhausted
public static PropertyCheckResult exhausted(String stereotype, String propertyName, int tries, int checks, String randomSeed, net.jqwik.api.GenerationMode generation, net.jqwik.api.EdgeCasesMode edgeCasesMode, int edgeCasesTotal, int edgeCasesTried, Throwable throwable) -
falsifiedParameters
- Specified by:
falsifiedParametersin interfacenet.jqwik.api.lifecycle.PropertyExecutionResult
-
status
public net.jqwik.api.lifecycle.PropertyExecutionResult.Status status()- Specified by:
statusin interfacenet.jqwik.api.lifecycle.PropertyExecutionResult
-
throwable
- Specified by:
throwablein interfacenet.jqwik.api.lifecycle.PropertyExecutionResult
-
mapTo
public net.jqwik.api.lifecycle.PropertyExecutionResult mapTo(net.jqwik.api.lifecycle.PropertyExecutionResult.Status newStatus, Throwable throwable) - Specified by:
mapToin interfacenet.jqwik.api.lifecycle.PropertyExecutionResult
-
isExtended
public boolean isExtended()- Specified by:
isExtendedin interfaceExtendedPropertyExecutionResult
-
propertyName
-
checkStatus
public net.jqwik.engine.properties.PropertyCheckResult.CheckStatus checkStatus() -
countChecks
public int countChecks()- Specified by:
countChecksin interfacenet.jqwik.api.lifecycle.PropertyExecutionResult
-
countTries
public int countTries()- Specified by:
countTriesin interfacenet.jqwik.api.lifecycle.PropertyExecutionResult
-
generationInfo
- Specified by:
generationInfoin interfaceExtendedPropertyExecutionResult
-
originalSample
- Specified by:
originalSamplein interfacenet.jqwik.api.lifecycle.PropertyExecutionResult
-
shrunkSample
- Specified by:
shrunkSamplein interfacenet.jqwik.api.lifecycle.PropertyExecutionResult
-
generation
public net.jqwik.api.GenerationMode generation()- Specified by:
generationin interfaceExtendedPropertyExecutionResult
-
edgeCases
- Specified by:
edgeCasesin interfaceExtendedPropertyExecutionResult
-
toString
-