Class NonTrackingGenerationStatus

  • All Implemented Interfaces:
    GenerationStatus

    public class NonTrackingGenerationStatus
    extends Object
    implements GenerationStatus
    Provides a generation status that does not track the number of trials generated so far. This is useful for guided fuzzing where the burden of making choices is on the guidance system rather than on quickcheck.
    Author:
    Rohan Padhye