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(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(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 Exception
Exceptionpublic void bmngAfterClass()
throws Exception
Exceptionpublic void bmngBeforeTest(Method method) throws Exception
bmngBeforeTest in class BMNGAbstractRunnermethod - the test method about to be runExceptionpublic void bmngAfterTest(Method method) throws Exception
bmngAfterTest in class BMNGAbstractRunnermethod - the test method about to be runExceptionCopyright © 2018. All Rights Reserved.