Package net.jqwik.engine.properties
Klasse PropertyCheckResult
java.lang.Object
net.jqwik.engine.properties.PropertyCheckResult
- Alle implementierten Schnittstellen:
net.jqwik.api.lifecycle.PropertyExecutionResult,ExtendedPropertyExecutionResult
-
Verschachtelte Klassen - Übersicht
Von Schnittstelle geerbte verschachtelte Klassen/Schnittstellen net.jqwik.engine.execution.lifecycle.ExtendedPropertyExecutionResult
ExtendedPropertyExecutionResult.EdgeCasesExecutionResultVon Schnittstelle geerbte verschachtelte Klassen/Schnittstellen net.jqwik.api.lifecycle.PropertyExecutionResult
net.jqwik.api.lifecycle.PropertyExecutionResult.Status -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungnet.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, @Nullable net.jqwik.api.lifecycle.FalsifiedSample originalSample, @Nullable net.jqwik.api.lifecycle.ShrunkFalsifiedSample shrunkSample, @Nullable Throwable throwable) net.jqwik.api.GenerationModebooleannet.jqwik.api.lifecycle.PropertyExecutionResultmapTo(net.jqwik.api.lifecycle.PropertyExecutionResult.Status newStatus, @Nullable Throwable throwable) Optional<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()Von Klasse geerbte Methoden java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitVon Schnittstelle geerbte Methoden net.jqwik.engine.execution.lifecycle.ExtendedPropertyExecutionResult
seedVon Schnittstelle geerbte Methoden net.jqwik.api.lifecycle.PropertyExecutionResult
mapToAborted, mapToFailed, mapToFailed, mapToSuccessful
-
Methodendetails
-
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, @Nullable net.jqwik.api.lifecycle.FalsifiedSample originalSample, @Nullable net.jqwik.api.lifecycle.ShrunkFalsifiedSample shrunkSample, @Nullable 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
- Angegeben von:
falsifiedParametersin Schnittstellenet.jqwik.api.lifecycle.PropertyExecutionResult
-
status
public net.jqwik.api.lifecycle.PropertyExecutionResult.Status status()- Angegeben von:
statusin Schnittstellenet.jqwik.api.lifecycle.PropertyExecutionResult
-
throwable
- Angegeben von:
throwablein Schnittstellenet.jqwik.api.lifecycle.PropertyExecutionResult
-
mapTo
public net.jqwik.api.lifecycle.PropertyExecutionResult mapTo(net.jqwik.api.lifecycle.PropertyExecutionResult.Status newStatus, @Nullable Throwable throwable) - Angegeben von:
mapToin Schnittstellenet.jqwik.api.lifecycle.PropertyExecutionResult
-
isExtended
public boolean isExtended()- Angegeben von:
isExtendedin SchnittstelleExtendedPropertyExecutionResult
-
propertyName
-
checkStatus
public net.jqwik.engine.properties.PropertyCheckResult.CheckStatus checkStatus() -
countChecks
public int countChecks()- Angegeben von:
countChecksin Schnittstellenet.jqwik.api.lifecycle.PropertyExecutionResult
-
countTries
public int countTries()- Angegeben von:
countTriesin Schnittstellenet.jqwik.api.lifecycle.PropertyExecutionResult
-
generationInfo
- Angegeben von:
generationInfoin SchnittstelleExtendedPropertyExecutionResult
-
originalSample
- Angegeben von:
originalSamplein Schnittstellenet.jqwik.api.lifecycle.PropertyExecutionResult
-
shrunkSample
- Angegeben von:
shrunkSamplein Schnittstellenet.jqwik.api.lifecycle.PropertyExecutionResult
-
generation
public net.jqwik.api.GenerationMode generation()- Angegeben von:
generationin SchnittstelleExtendedPropertyExecutionResult
-
edgeCases
- Angegeben von:
edgeCasesin SchnittstelleExtendedPropertyExecutionResult
-
toString
-