com.hp.lft.unittesting

Annotation Type Parameters



  • @Retention(value=RUNTIME)
     @Target(value=METHOD)
    public @interface Parameters
    Parameters annotation provides the names of the test method arguments.
    • Required Element Summary

      Modifier and TypeRequired Element and Description
      java.lang.String[]value 
    • Element Detail

      • value

        public abstract java.lang.String[] value