Uses of Interface
de.qytera.qtaf.core.events.payload.IQtafTestEventPayload
Packages that use IQtafTestEventPayload
Package
Description
-
Uses of IQtafTestEventPayload in de.qytera.qtaf.core.events
Fields in de.qytera.qtaf.core.events with type parameters of type IQtafTestEventPayloadModifier and TypeFieldDescriptionstatic final rx.subjects.PublishSubject<IQtafTestEventPayload>QtafEvents.testFailedButWithinSuccessPercentageSubject that emits an event when a test is skipped.static final rx.subjects.PublishSubject<IQtafTestEventPayload>QtafEvents.testFailureSubject that emits an event when a test finishes with error.static final rx.subjects.PublishSubject<IQtafTestEventPayload>QtafEvents.testSkippedSubject that emits an event when a test is skipped.static final rx.subjects.PublishSubject<IQtafTestEventPayload>QtafEvents.testStartedSubject that emits events when all tests are finished.static final rx.subjects.PublishSubject<IQtafTestEventPayload>QtafEvents.testSuccessSubject that emits an event when a test finishes successfully. -
Uses of IQtafTestEventPayload in de.qytera.qtaf.core.events.payload
Classes in de.qytera.qtaf.core.events.payload that implement IQtafTestEventPayload -
Uses of IQtafTestEventPayload in de.qytera.qtaf.core.log.model.collection
Methods in de.qytera.qtaf.core.log.model.collection with parameters of type IQtafTestEventPayloadModifier and TypeMethodDescriptionstatic TestScenarioLogCollectionTestScenarioLogCollection.fromQtafTestEventPayload(IQtafTestEventPayload iQtafTestEventPayload) Factory method that creates new log collection from test event payload This method has to be synchronized so that it works correctly when using multiple threads. -
Uses of IQtafTestEventPayload in de.qytera.qtaf.cucumber.events.payload
Classes in de.qytera.qtaf.cucumber.events.payload that implement IQtafTestEventPayloadModifier and TypeClassDescriptionclassCucumber event payload information class -
Uses of IQtafTestEventPayload in de.qytera.qtaf.testng.events.payload
Classes in de.qytera.qtaf.testng.events.payload that implement IQtafTestEventPayloadModifier and TypeClassDescriptionclassTestNG event payload information class