Class PassesPostMutation<T>

java.lang.Object
org.saynotobugs.confidence.test.quality.PassesPostMutation<T>
All Implemented Interfaces:
org.saynotobugs.confidence.Quality<org.saynotobugs.confidence.Quality<? super T>>

public final class PassesPostMutation<T> extends Object implements org.saynotobugs.confidence.Quality<org.saynotobugs.confidence.Quality<? super T>>
  • Constructor Summary

    Constructors
    Constructor
    Description
    PassesPostMutation(org.dmfs.jems2.Generator<T> matchingValue, org.saynotobugs.confidence.Description mutationDescription, org.dmfs.jems2.Procedure<? super T> mutation)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.saynotobugs.confidence.Assessment
    assessmentOf(org.saynotobugs.confidence.Quality<? super T> candidate)
     
    org.saynotobugs.confidence.Description
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • PassesPostMutation

      public PassesPostMutation(org.dmfs.jems2.Generator<T> matchingValue, org.saynotobugs.confidence.Description mutationDescription, org.dmfs.jems2.Procedure<? super T> mutation)
  • Method Details

    • assessmentOf

      public org.saynotobugs.confidence.Assessment assessmentOf(org.saynotobugs.confidence.Quality<? super T> candidate)
      Specified by:
      assessmentOf in interface org.saynotobugs.confidence.Quality<T>
    • description

      public org.saynotobugs.confidence.Description description()
      Specified by:
      description in interface org.saynotobugs.confidence.Quality<T>