public class BMNGRunner extends BMNGAbstractRunner
| Constructor | Description |
|---|---|
BMNGRunner() |
| Modifier and Type | Method | 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, run, switchClasspublic void bmngBeforeClass()
throws Exception
Exception - if the test cannot be runpublic void bmngAfterClass()
throws Exception
Exception - if cleanup failspublic void bmngBeforeTest(Method method) throws Exception
bmngBeforeTest in class BMNGAbstractRunnermethod - the test method about to be runException - if the test cannto be runpublic void bmngAfterTest(Method method) throws Exception
bmngAfterTest in class BMNGAbstractRunnermethod - the test method about to be runException - if cleanup failsCopyright © 2018. All rights reserved.