Klasse PlainExecutionResult
java.lang.Object
net.jqwik.engine.execution.lifecycle.PlainExecutionResult
- 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 TypMethodeBeschreibungaborted(Throwable throwable, GenerationInfo generationInfo) intintnet.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> net.jqwik.api.lifecycle.PropertyExecutionResult.Statusstatus()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
-
failed
-
aborted
-
aborted
public static ExtendedPropertyExecutionResult aborted(Throwable throwable, GenerationInfo generationInfo) -
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
-
countChecks
public int countChecks()- Angegeben von:
countChecksin Schnittstellenet.jqwik.api.lifecycle.PropertyExecutionResult
-
countTries
public int countTries()- Angegeben von:
countTriesin Schnittstellenet.jqwik.api.lifecycle.PropertyExecutionResult
-
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
-
generationInfo
- Angegeben von:
generationInfoin SchnittstelleExtendedPropertyExecutionResult
-
toString
-