Package com.consol.citrus.testng
Class PrepareTestNGMethodInterceptor
- java.lang.Object
-
- com.consol.citrus.testng.PrepareTestNGMethodInterceptor
-
- All Implemented Interfaces:
org.testng.IMethodInterceptor,org.testng.ITestNGListener
public class PrepareTestNGMethodInterceptor extends Object implements org.testng.IMethodInterceptor
TestNG method interceptor duplicates method instances for each package scan test and test name in Citrus annotated test method. So TestNG test is executed multiple times respectively for each Citrus test constructed by method annotation.- Since:
- 1.3.1
- Author:
- Christoph Deppisch
-
-
Constructor Summary
Constructors Constructor Description PrepareTestNGMethodInterceptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<org.testng.IMethodInstance>intercept(List<org.testng.IMethodInstance> methods, org.testng.ITestContext context)
-