org.jboss.byteman.contrib.bmunit
Annotation Type BMScripts


@Retention(value=RUNTIME)
@Target(value={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.


Required Element Summary
 BMScript[] scripts
           
 

Element Detail

scripts

public abstract BMScript[] scripts


Copyright © 2012. All Rights Reserved.