Annotation Type CartesianTest.Values

Enclosing class:
CartesianTest

Parameter annotation to be used with CartesianTest for providing simple values.
Since:
1.5.0
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    boolean[]
    The boolean values to use as sources of arguments; must not be empty.
    byte[]
    The byte values to use as sources of arguments; must not be empty.
    char[]
    The char values to use as sources of arguments; must not be empty.
    Class<?>[]
    The Class values to use as sources of arguments; must not be empty.
    double[]
    The double values to use as sources of arguments; must not be empty.
    float[]
    The float values to use as sources of arguments; must not be empty.
    int[]
    The int values to use as sources of arguments; must not be empty.
    long[]
    The long values to use as sources of arguments; must not be empty.
    short[]
    The short values to use as sources of arguments; must not be empty.
    The String values to use as sources of arguments; must not be empty.
  • Element Details

    • shorts

      short[] shorts
      The short values to use as sources of arguments; must not be empty.
      Default:
      {}
    • bytes

      byte[] bytes
      The byte values to use as sources of arguments; must not be empty.
      Default:
      {}
    • ints

      int[] ints
      The int values to use as sources of arguments; must not be empty.
      Default:
      {}
    • longs

      long[] longs
      The long values to use as sources of arguments; must not be empty.
      Default:
      {}
    • floats

      float[] floats
      The float values to use as sources of arguments; must not be empty.
      Default:
      {}
    • doubles

      double[] doubles
      The double values to use as sources of arguments; must not be empty.
      Default:
      {}
    • chars

      char[] chars
      The char values to use as sources of arguments; must not be empty.
      Default:
      {}
    • booleans

      boolean[] booleans
      The boolean values to use as sources of arguments; must not be empty.
      Default:
      {}
    • strings

      String[] strings
      The String values to use as sources of arguments; must not be empty.
      Default:
      {}
    • classes

      Class<?>[] classes
      The Class values to use as sources of arguments; must not be empty.
      Default:
      {}