Package com.consol.citrus.testng
Class TestNGHelper.FakeExecutionCallBack
- java.lang.Object
-
- com.consol.citrus.testng.TestNGHelper.FakeExecutionCallBack
-
- All Implemented Interfaces:
org.testng.IHookCallBack
- Enclosing class:
- TestNGHelper
public static final class TestNGHelper.FakeExecutionCallBack extends Object implements org.testng.IHookCallBack
Class faking test execution as callback. Used in run hookable method when test case was executed before and callback is needed for super class run method invocation.
-
-
Constructor Summary
Constructors Constructor Description FakeExecutionCallBack(Object[] parameters)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object[]getParameters()voidrunTestMethod(org.testng.ITestResult testResult)
-
-
-
Constructor Detail
-
FakeExecutionCallBack
public FakeExecutionCallBack(Object[] parameters)
-
-
Method Detail
-
runTestMethod
public void runTestMethod(org.testng.ITestResult testResult)
- Specified by:
runTestMethodin interfaceorg.testng.IHookCallBack
-
getParameters
public Object[] getParameters()
- Specified by:
getParametersin interfaceorg.testng.IHookCallBack
-
-