Uses of Class
org.jboss.byteman.contrib.bmunit.BMNGAbstractRunner
-
Packages that use BMNGAbstractRunner Package Description org.jboss.byteman.contrib.bmunit -
-
Uses of BMNGAbstractRunner in org.jboss.byteman.contrib.bmunit
Subclasses of BMNGAbstractRunner in org.jboss.byteman.contrib.bmunit Modifier and Type Class Description class
BMNGListener
Class which provides the ability to load Byteman rules into TestNG style tests.class
BMNGRunner
A TestNG runner class which can be subclassed by a test class in order to inherit the ability to process @BMRule and @BMScript annotations.
-