|
| __construct ($name, $description, array $parameters, OutputPrinter $printer) |
| Initializes formatter.
|
|
| afterFeature (AfterFeatureTested $event) |
| Listens to "feature.after" event.
|
|
| afterStep (AfterStepTested $event) |
| Listens to "step.after" event.
|
|
| beforeFeature (BeforeFeatureTested $event) |
| Listens to "feature.before" event.
|
|
| getDescription () |
| Returns formatter description.
|
|
| getName () |
| Returns formatter name.
|
|
| getOutputPrinter () |
| Returns formatter output printer.
|
|
| getParameter ($name) |
| Returns parameter name.
|
|
| setParameter ($name, $value) |
| Sets formatter parameter.
|
|
|
static | getSubscribedEvents () |
| Returns an array of event names this subscriber wants to listen to.
|
|
◆ __construct()
Moodle\BehatExtension\Output\Formatter\MoodleStepcountFormatter::__construct |
( |
| $name, |
|
|
| $description, |
|
|
array | $parameters, |
|
|
OutputPrinter | $printer ) |
Initializes formatter.
- Parameters
-
string | $name | |
string | $description | |
array | $parameters | |
OutputPrinter | $printer | |
◆ afterFeature()
Moodle\BehatExtension\Output\Formatter\MoodleStepcountFormatter::afterFeature |
( |
AfterFeatureTested | $event | ) |
|
Listens to "feature.after" event.
- Parameters
-
◆ afterStep()
Moodle\BehatExtension\Output\Formatter\MoodleStepcountFormatter::afterStep |
( |
AfterStepTested | $event | ) |
|
Listens to "step.after" event.
- Parameters
-
◆ beforeFeature()
Moodle\BehatExtension\Output\Formatter\MoodleStepcountFormatter::beforeFeature |
( |
BeforeFeatureTested | $event | ) |
|
Listens to "feature.before" event.
- Parameters
-
BeforeFeatureTested | $event | |
◆ getDescription()
Moodle\BehatExtension\Output\Formatter\MoodleStepcountFormatter::getDescription |
( |
| ) |
|
Returns formatter description.
- Return values
-
◆ getName()
Moodle\BehatExtension\Output\Formatter\MoodleStepcountFormatter::getName |
( |
| ) |
|
Returns formatter name.
- Return values
-
◆ getOutputPrinter()
Moodle\BehatExtension\Output\Formatter\MoodleStepcountFormatter::getOutputPrinter |
( |
| ) |
|
Returns formatter output printer.
- Return values
-
◆ getParameter()
Moodle\BehatExtension\Output\Formatter\MoodleStepcountFormatter::getParameter |
( |
| $name | ) |
|
Returns parameter name.
- Parameters
-
- Return values
-
◆ getSubscribedEvents()
static Moodle\BehatExtension\Output\Formatter\MoodleStepcountFormatter::getSubscribedEvents |
( |
| ) |
|
|
static |
Returns an array of event names this subscriber wants to listen to.
- Return values
-
array | The event names to listen to |
◆ setParameter()
Moodle\BehatExtension\Output\Formatter\MoodleStepcountFormatter::setParameter |
( |
| $name, |
|
|
| $value ) |
Sets formatter parameter.
- Parameters
-
The documentation for this class was generated from the following file:
- lib/behat/extension/Moodle/BehatExtension/Output/Formatter/MoodleStepcountFormatter.php