Class BddDataDriven
java.lang.Object
com.github.invictum.reportportal.recorder.TestRecorder
com.github.invictum.reportportal.recorder.BddDataDriven
Recorder aware of parameterized BDD style test specific handling
-
Field Summary
Fields inherited from class com.github.invictum.reportportal.recorder.TestRecorder
holder, launch, suiteStorage -
Constructor Summary
ConstructorsConstructorDescriptionBddDataDriven(SuiteStorage suiteStorage, com.epam.reportportal.service.Launch launch, LogUnitsHolder holder) -
Method Summary
Methods inherited from class com.github.invictum.reportportal.recorder.TestRecorder
forTest, proceedSteps
-
Constructor Details
-
BddDataDriven
@Inject public BddDataDriven(SuiteStorage suiteStorage, com.epam.reportportal.service.Launch launch, LogUnitsHolder holder)
-
-
Method Details
-
record
public void record(net.thucydides.core.model.TestOutcome out) - Specified by:
recordin classTestRecorder
-