Package org.jboss.byteman.contrib.bmunit
Annotation Type BMScripts
-
@Retention(RUNTIME) @Target({METHOD,TYPE}) public @interface BMScripts
Annotation attached to a test class or a test method identifying one or more Byteman rule files to be loaded before running tests and unloaded after running tests.
-
-
Element Detail
-
scripts
BMScript[] scripts
-
-