File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
core/src/main/java/cucumber/api Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 10
10
* A plugin can be added to the runtime to listen in on step definition, summary printing and test
11
11
* execution.
12
12
* <p>
13
- * Plugins must implement one of the following interfaces:
14
- * <ul>
15
- * <li>{@link cucumber.api.StepDefinitionReporter}</li>
16
- * <li>{@link cucumber.api.SummaryPrinter}</li>
17
- * </ul>
18
- * <p>
19
13
* Plugins are added to the runtime from the command line or @{@link CucumberOptions} and may be provided with a
20
14
* parameter. To accept this parameter the plugin must have a public constructor that accepts one of the following
21
15
* arguments:
34
28
* <li>{@link cucumber.api.formatter.ColorAware}</li>
35
29
* <li>{@link cucumber.api.formatter.StrictAware}</li>
36
30
* <li>{@link cucumber.api.event.EventListener}</li>
31
+ * <li>{@link cucumber.api.StepDefinitionReporter}</li>
32
+ * <li>{@link cucumber.api.SummaryPrinter}</li>
37
33
* </ul>
38
34
*/
39
35
public interface Plugin {
You can’t perform that action at this time.
0 commit comments