Package com.github.invictum.reportportal
Class LogUnitsHolder
java.lang.Object
com.github.invictum.reportportal.LogUnitsHolder
Holds all registered log units represented as
Function that is able to produce a Collection of
SaveLogRQ based on passed TestStep object
Entry point to pass TestStep through sequence of log units-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidproceed(net.thucydides.core.model.TestStep step) final voidregister(Function<net.thucydides.core.model.TestStep, Collection<com.epam.ta.reportportal.ws.model.log.SaveLogRQ>>... units)
-
Constructor Details
-
LogUnitsHolder
public LogUnitsHolder()
-
-
Method Details
-
register
@SafeVarargs public final void register(Function<net.thucydides.core.model.TestStep, Collection<com.epam.ta.reportportal.ws.model.log.SaveLogRQ>>... units) -
proceed
public void proceed(net.thucydides.core.model.TestStep step)
-