public class UnitilsBeforeTestMethod extends AbstractUnitilsSteps implements IUnitilsStep
TestListener.beforeTestMethod(Object, Method).| Constructor and Description |
|---|
UnitilsBeforeTestMethod(Method testMethod,
org.jbehave.core.steps.StepCollector.Stage stage,
org.jbehave.core.annotations.AfterScenario.Outcome outcome,
org.jbehave.core.steps.StepCreator stepCreator,
org.jbehave.core.steps.InjectableStepsFactory stepsFactory,
Class<?> type) |
| Modifier and Type | Method and Description |
|---|---|
protected Object[] |
getParametersMethod()
The parameters needed for the
TestListener. |
createStepUponOutcome, createStepWith, getClzzStep, getStepsFactory, getTestlistener, getTestMethod, getTestObject, invokeUnitilsMethod, setTestMethodcreateStep, getMethod, getStage, toString, useStepMonitorclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitinvokeUnitilsMethodpublic UnitilsBeforeTestMethod(Method testMethod, org.jbehave.core.steps.StepCollector.Stage stage, org.jbehave.core.annotations.AfterScenario.Outcome outcome, org.jbehave.core.steps.StepCreator stepCreator, org.jbehave.core.steps.InjectableStepsFactory stepsFactory, Class<?> type)
testMethod - : the test methodstage - : before/afteroutcome - : any/success/failurestepCreator - : a StepCreatorstepsFactory - : a InjectableStepsFactorytype - : the type of the stepprotected Object[] getParametersMethod()
TestListener.getParametersMethod in class AbstractUnitilsStepsArrayAbstractUnitilsSteps.getParametersMethod()Copyright © 2015. All Rights Reserved.