Annotation Type BMScript


  • @Retention(RUNTIME)
    @Target({METHOD,TYPE})
    public @interface BMScript
    Annotation attached to a test class or a test method identifying a Byteman rule file to be loaded before running tests and unloaded after running tests.
    • Optional Element Summary

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

      • value

        java.lang.String value
        Default:
        ""
      • dir

        java.lang.String dir
        Default:
        ""