Package io.cucumber.zephyr
Class ZephyrXMLFormatter
- java.lang.Object
-
- io.cucumber.zephyr.ZephyrXMLFormatter
-
- All Implemented Interfaces:
cucumber.api.event.EventListener
,cucumber.api.formatter.StrictAware
,cucumber.api.Plugin
public final class ZephyrXMLFormatter extends Object implements cucumber.api.event.EventListener, cucumber.api.formatter.StrictAware
-
-
Constructor Summary
Constructors Constructor Description ZephyrXMLFormatter(URL out)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setEventPublisher(cucumber.api.event.EventPublisher publisher)
void
setStrict(boolean strict)
-
-
-
Constructor Detail
-
ZephyrXMLFormatter
public ZephyrXMLFormatter(URL out) throws IOException
- Throws:
IOException
-
-
Method Detail
-
setEventPublisher
public void setEventPublisher(cucumber.api.event.EventPublisher publisher)
- Specified by:
setEventPublisher
in interfacecucumber.api.event.EventListener
-
setStrict
public void setStrict(boolean strict)
- Specified by:
setStrict
in interfacecucumber.api.formatter.StrictAware
-
-