Class AnglesCucumber2Adapter
- java.lang.Object
-
- com.github.angleshq.angles.basetest.AbstractAnglesTestCase
-
- com.github.angleshq.angles.listeners.cucumber.AnglesCucumber2Adapter
-
- All Implemented Interfaces:
cucumber.api.event.EventListener,cucumber.api.formatter.Formatter,cucumber.api.Plugin
public class AnglesCucumber2Adapter extends AbstractAnglesTestCase implements cucumber.api.formatter.Formatter
-
-
Field Summary
Fields Modifier and Type Field Description protected AnglesJUnitAssertdoAssertprotected cucumber.api.event.EventHandler<cucumber.api.event.TestCaseFinished>handleTestCaseFinishedprotected cucumber.api.event.EventHandler<cucumber.api.event.TestCaseStarted>handleTestCaseStartedprotected cucumber.api.event.EventHandler<cucumber.api.event.TestStepStarted>handleTestStepFinished-
Fields inherited from class com.github.angleshq.angles.basetest.AbstractAnglesTestCase
anglesReporter
-
-
Constructor Summary
Constructors Constructor Description AnglesCucumber2Adapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetEventPublisher(cucumber.api.event.EventPublisher publisher)
-
-
-
Field Detail
-
doAssert
protected AnglesJUnitAssert doAssert
-
handleTestStepFinished
protected cucumber.api.event.EventHandler<cucumber.api.event.TestStepStarted> handleTestStepFinished
-
handleTestCaseStarted
protected cucumber.api.event.EventHandler<cucumber.api.event.TestCaseStarted> handleTestCaseStarted
-
handleTestCaseFinished
protected cucumber.api.event.EventHandler<cucumber.api.event.TestCaseFinished> handleTestCaseFinished
-
-