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, run
public void bmngBeforeClass() throws Exception
Exception
public void bmngAfterClass() throws Exception
Exception
public void bmngBeforeTest(Method method) throws Exception
bmngBeforeTest
in class BMNGAbstractRunner
method
- the test method about to be runException
public void bmngAfterTest(Method method) throws Exception
bmngAfterTest
in class BMNGAbstractRunner
method
- the test method about to be runException
Copyright © 2016. All rights reserved.