Package | Description |
---|---|
org.jboss.byteman.contrib.bmunit |
Class | Description |
---|---|
BMNGAbstractRunner |
An abstract class which provides the ability to load Byteman rules into TestNG style tests.
|
BMRule |
Annotation to attach a Byteman rule to a class or method
|
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.
|
BMUnitConfig |
annotation to allow configuration of BMUnit operation directly from
test classes rather than via use of system variables
a BMUnitConfig annotation may be attached to a test method (or test class)
to specify the BMUnit and Byteman configuration which should be employed
when the associated test(s) is (are) run.
|
BMUnitConfigState |
class used to model a specific BMUnit configuration
|
Copyright © 2018. All rights reserved.