public class UnitilsBeforeTestClassStep extends AbstractUnitilsSteps implements IUnitilsStep
TestListener.beforeTestClass(Class).| Constructor and Description |
|---|
UnitilsBeforeTestClassStep(Method testMethod,
org.jbehave.core.steps.StepCollector.Stage stage,
Class<?> type,
org.jbehave.core.annotations.AfterScenario.Outcome outcome,
org.jbehave.core.steps.StepCreator stepCreator,
org.jbehave.core.steps.InjectableStepsFactory injectableStepsFactory) |
| 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 UnitilsBeforeTestClassStep(Method testMethod, org.jbehave.core.steps.StepCollector.Stage stage, Class<?> type, org.jbehave.core.annotations.AfterScenario.Outcome outcome, org.jbehave.core.steps.StepCreator stepCreator, org.jbehave.core.steps.InjectableStepsFactory injectableStepsFactory)
testMethod - : the test methodstage - : before/afteroutcome - : any/success/failurestepCreator - : a StepCreatorinjectableStepsFactory - : a InjectableStepsFactorytype - : the type of the stepprotected Object[] getParametersMethod()
TestListener.getParametersMethod in class AbstractUnitilsStepsArrayAbstractUnitilsSteps.getParametersMethod()Copyright © 2015. All Rights Reserved.