Annotation Type ValueSource

    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      byte[] bytes
      The byte values to use as sources of arguments; must not be empty.
      char[] chars
      The char values to use as sources of arguments; must not be empty.
      Class<?>[] classes
      The Class values to use as sources of arguments; must not be empty.
      double[] doubles
      The double values to use as sources of arguments; must not be empty.
      float[] floats
      The float values to use as sources of arguments; must not be empty.
      int[] ints
      The int values to use as sources of arguments; must not be empty.
      long[] longs
      The long values to use as sources of arguments; must not be empty.
      short[] shorts
      The short values to use as sources of arguments; must not be empty.
      String[] strings
      The String values to use as sources of arguments; must not be empty.
    • Element Detail

      • shorts

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

        byte[] bytes
        The byte values to use as sources of arguments; must not be empty.
        Since:
        5.1
        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.
        Since:
        5.1
        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.
        Since:
        5.1
        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.
        Since:
        5.1
        Default:
        {}