public class BMNGRunner extends BMNGAbstractRunner
| Constructor and Description |
|---|
BMNGRunner() |
| Modifier and Type | Method and Description |
|---|---|
void |
bmngAfterClass()
method inherited by a subclass and recognized by TestNG which ensures that
Byteman rules specified using @BMRule or @BMScript annotations attached to
the subclass are unloaded automatically after executing all of its test methods.
|
void |
bmngAfterTest(java.lang.reflect.Method method)
method inherited by a subclass and recognized by TestNG which ensures that
Byteman rules specified using @BMRule or @BMScript annotations attached to
a test method are unloaded automatically before executing the method.
|
void |
bmngBeforeClass()
method inherited by a subclass and recognized by TestNG which ensures that
Byteman rules specified using @BMRule or @BMScript annotations attached to
the subclass are loaded automatically before executing any of its test methods.
|
void |
bmngBeforeTest(java.lang.reflect.Method method)
method inherited by a subclass and recognized by TestNG which ensures that
Byteman rules specified using @BMRule or @BMScript annotations attached to
a test method are unloaded automatically before executing the method.
|
bmngAfterClass, bmngBeforeClass, runpublic void bmngBeforeClass()
throws java.lang.Exception
java.lang.Exceptionpublic void bmngAfterClass()
throws java.lang.Exception
java.lang.Exceptionpublic void bmngBeforeTest(java.lang.reflect.Method method)
throws java.lang.Exception
bmngBeforeTest in class BMNGAbstractRunnermethod - the test method about to be runjava.lang.Exceptionpublic void bmngAfterTest(java.lang.reflect.Method method)
throws java.lang.Exception
bmngAfterTest in class BMNGAbstractRunnermethod - the test method about to be runjava.lang.ExceptionCopyright © 2013. All Rights Reserved.