Annotation Interface TestOfIndependence


@Target(TYPE) @Retention(RUNTIME) @Documented public @interface TestOfIndependence
Aug 31, 2017 4:42:08 PM
Version:
$Id: $Id
Author:
Kevin V. Bui (kvb2@pitt.edu)
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Command of the test.
    Type of the test.
    Name of the test.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Description of the test.
  • Element Details

    • name

      String name
      Name of the test.
      Returns:
      name of the test
    • command

      String command
      Command of the test.
      Returns:
      command of the test
    • dataType

      DataType[] dataType
      Type of the test.
      Returns:
      type of the test
    • description

      String description
      Description of the test.
      Returns:
      description of the test
      Default:
      ""