(no description)
File Size: | 280 lines (10 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
ChainedStepTester:: (9 methods):
__construct()
setEventDispatcher()
setUp()
test()
tearDown()
supportsResult()
runChainedSteps()
checkSkipResult()
is_chained_step_used()
Class: ChainedStepTester - X-Ref
Override step tester to ensure chained steps gets executed.__construct(StepTester $steptester) X-Ref |
Constructor. param: StepTester $steptester single step tester. |
setEventDispatcher(EventDispatcherInterface $eventdispatcher) X-Ref |
Set event dispatcher to use for events. param: EventDispatcherInterface $eventdispatcher |
setUp(Environment $env, FeatureNode $feature, StepNode $step, $skip) X-Ref |
Sets up step for a test. param: Environment $env param: FeatureNode $feature param: StepNode $step param: bool $skip return: Setup |
test(Environment $env, FeatureNode $feature, StepNode $step, $skip) X-Ref |
Tests step. param: Environment $env param: FeatureNode $feature param: StepNode $step param: bool $skip return: StepResult |
tearDown(Environment $env, FeatureNode $feature, StepNode $step, $skip, StepResult $result) X-Ref |
Tears down step after a test. param: Environment $env param: FeatureNode $feature param: StepNode $step param: bool $skip param: StepResult $result return: Teardown |
supportsResult(CallResult $result) X-Ref |
Check if results supported. param: CallResult $result return: bool |
runChainedSteps(Environment $env, FeatureNode $feature, ExecutedStepResult $result, $skip) X-Ref |
Run chained steps. param: Environment $env param: FeatureNode $feature param: ExecutedStepResult $result param: bool $skip return: ExecutedStepResult|StepResult |
checkSkipResult(StepResult $result) X-Ref |
Handle skip exception. param: StepResult $result return: ExecutedStepResult|SkippedStepResult |
is_chained_step_used() X-Ref |
Returns if cahined steps are used. return: bool. |