Interface and Description |
---|
cucumber.api.formatter.Formatter
as of version 4.0.0; use
EventListener and Plugin instead.
Optionally, use ColorAware and/or StrictAware instead of Plugin . |
cucumber.api.StepDefinitionReporter
in favor of
StepDefinedEvent , as Lambda Step Definitions are not reported through this class. |
Method and Description |
---|
cucumber.api.event.Event.getTimeStamp()
prefer
TimeStampedEvent.getTimeStampMillis() |
Copyright © 2019. All rights reserved.