Klasse PropertyCheckResult

java.lang.Object
net.jqwik.engine.properties.PropertyCheckResult
Alle implementierten Schnittstellen:
net.jqwik.api.lifecycle.PropertyExecutionResult, ExtendedPropertyExecutionResult

public class PropertyCheckResult extends Object implements ExtendedPropertyExecutionResult
  • 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

      public Optional<List<Object>> falsifiedParameters()
      Angegeben von:
      falsifiedParameters in Schnittstelle net.jqwik.api.lifecycle.PropertyExecutionResult
    • status

      public net.jqwik.api.lifecycle.PropertyExecutionResult.Status status()
      Angegeben von:
      status in Schnittstelle net.jqwik.api.lifecycle.PropertyExecutionResult
    • throwable

      public Optional<Throwable> throwable()
      Angegeben von:
      throwable in Schnittstelle net.jqwik.api.lifecycle.PropertyExecutionResult
    • mapTo

      public net.jqwik.api.lifecycle.PropertyExecutionResult mapTo(net.jqwik.api.lifecycle.PropertyExecutionResult.Status newStatus, @Nullable Throwable throwable)
      Angegeben von:
      mapTo in Schnittstelle net.jqwik.api.lifecycle.PropertyExecutionResult
    • isExtended

      public boolean isExtended()
      Angegeben von:
      isExtended in Schnittstelle ExtendedPropertyExecutionResult
    • propertyName

      public String propertyName()
    • checkStatus

      public net.jqwik.engine.properties.PropertyCheckResult.CheckStatus checkStatus()
    • countChecks

      public int countChecks()
      Angegeben von:
      countChecks in Schnittstelle net.jqwik.api.lifecycle.PropertyExecutionResult
    • countTries

      public int countTries()
      Angegeben von:
      countTries in Schnittstelle net.jqwik.api.lifecycle.PropertyExecutionResult
    • generationInfo

      public GenerationInfo generationInfo()
      Angegeben von:
      generationInfo in Schnittstelle ExtendedPropertyExecutionResult
    • originalSample

      public Optional<net.jqwik.api.lifecycle.FalsifiedSample> originalSample()
      Angegeben von:
      originalSample in Schnittstelle net.jqwik.api.lifecycle.PropertyExecutionResult
    • shrunkSample

      public Optional<net.jqwik.api.lifecycle.ShrunkFalsifiedSample> shrunkSample()
      Angegeben von:
      shrunkSample in Schnittstelle net.jqwik.api.lifecycle.PropertyExecutionResult
    • generation

      public net.jqwik.api.GenerationMode generation()
      Angegeben von:
      generation in Schnittstelle ExtendedPropertyExecutionResult
    • edgeCases

      Angegeben von:
      edgeCases in Schnittstelle ExtendedPropertyExecutionResult
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object