Constant Field Values

Contents

de.cuioss.*

  • de.cuioss.test.generator.internal.net.java.quickcheck.generator.support.AbstractTreeGenerator<T> 
    Modifier and Type Constant Field Value
    public static final int MAX_TREE_DEPTH 50
  • de.cuioss.test.generator.internal.net.java.quickcheck.generator.support.ArrayGenerator<T> 
    Modifier and Type Constant Field Value
    public static final int MAX_SIZE 10
    public static final int MIN_SIZE 0
  • de.cuioss.test.generator.internal.net.java.quickcheck.generator.support.ByteArrayGenerator 
    Modifier and Type Constant Field Value
    public static final int MAX_SIZE 10
    public static final int MIN_SIZE 0
  • de.cuioss.test.generator.internal.net.java.quickcheck.generator.support.DefaultFrequencyGenerator<T> 
    Modifier and Type Constant Field Value
    public static final int EQUAL_WEIGHT_OF_GENERATORS 1
  • de.cuioss.test.generator.internal.net.java.quickcheck.generator.support.IntegerArrayGenerator 
    Modifier and Type Constant Field Value
    public static final int MAX_SIZE 10
    public static final int MIN_SIZE 0
  • de.cuioss.test.generator.internal.net.java.quickcheck.generator.support.IteratorGenerator<T> 
    Modifier and Type Constant Field Value
    public static final int MAX_SIZE 10
    public static final int MIN_SIZE 0
  • de.cuioss.test.generator.internal.net.java.quickcheck.generator.support.ListGenerator<T> 
    Modifier and Type Constant Field Value
    public static final int MAX_SIZE 10
    public static final int MIN_SIZE 0
  • de.cuioss.test.generator.internal.net.java.quickcheck.generator.support.SetGenerator<T> 
    Modifier and Type Constant Field Value
    public static final int MAX_SIZE 10
    public static final int MAX_TRIES 100
  • de.cuioss.test.generator.internal.net.java.quickcheck.generator.support.StringGenerator 
    Modifier and Type Constant Field Value
    public static final int MAX_LENGTH 30
    public static final int MIN_LENGTH 0
  • de.cuioss.test.generator.internal.net.java.quickcheck.generator.support.VetoableGenerator<T> 
    Modifier and Type Constant Field Value
    public static final int DEFAULT_MAX_TRIES 100
    public static final int MIN_TRIES 1