Annotation Type ScriptName


  • @Retention(RUNTIME)
    @Target(TYPE)
    public @interface ScriptName
    Annotation to specify the name of the test script to use at a sub-class of AbstractScriptTestCase.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String value  
    • Element Detail

      • value

        java.lang.String value