Package com.code_intelligence.jazzer.mutation.annotation


package com.code_intelligence.jazzer.mutation.annotation
  • Annotation Interfaces
    Class
    Description
    Generates a String consisting only of ASCII characters (including control characters).
    Generates a double in the specified range.
    Restricts generated values to a fixed set.
    Generates a float or double which is finite, that is, a number which is neither NaN nor Infinity.
    Generates a float in the specified range.
    Generates an integral number in the specified range.
    Generates a negative number, that is, a number < 0.
    Generates a non-negative number, that is, a number >= 0.
    Generates a non-positive number, that is, a number <= 0.
    Generates a not-null value.
    Generates a positive number, that is, a number > 0.
    An annotation that applies to String and limits the character set of the annotated type to valid URL segment characters, as described in RFC 3986, appendix A.
    Provides values to user-selected types that will be used during mutation.
    Generates an array of the specified length.
    Generates a List, Set or Map with the specified size.
    An annotation that applies to String to limit the length of the UTF-8 encoding of the string.