Skip to content

Commit

Permalink
Update EventPublisher javadoc (#2204)
Browse files Browse the repository at this point in the history
Update EventPublisher javadoc to reflect changes in Scenario API.
  • Loading branch information
alb-i986 authored Jan 17, 2021
1 parent bdc818f commit 605c949
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ public interface EventPublisher {
* Test Case(/Pickle/Scenario), contains the Test Case
* <li>{@link TestStepStarted} - sent before starting the execution of a
* Test Step, contains the Test Step
* <li>{@link EmbedEvent} - calling scenario.embed in a hook triggers this
* <li>{@link EmbedEvent} - calling scenario.attach in a hook triggers this
* event.
* <li>{@link WriteEvent} - calling scenario.write in a hook triggers this
* <li>{@link WriteEvent} - calling scenario.log in a hook triggers this
* event.
* <li>{@link TestStepFinished} - sent after the execution of a Test Step,
* contains the Test Step and its Result.
Expand Down

0 comments on commit 605c949

Please sign in to comment.