Class BddDataDriven

java.lang.Object
com.github.invictum.reportportal.recorder.TestRecorder
com.github.invictum.reportportal.recorder.BddDataDriven

public class BddDataDriven extends TestRecorder
Recorder aware of parameterized BDD style test specific handling
  • 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:
      record in class TestRecorder