AbstractInstrumentedReportRule

abstract class AbstractInstrumentedReportRule<T : InstrumentedTestReport>(reporter: InstrumentedReporter, recordingOptions: RecordingOptions, screenshotOptions: ScreenshotOptions) : TestWatcher

The basic report structure.

Default implementation is InstrumentedReportRule.

You can extend this class directly to create your own scopes, by returning your own test report class in createTest

Inheritors

Constructors

Link copied to clipboard
constructor(reporter: InstrumentedReporter, recordingOptions: RecordingOptions, screenshotOptions: ScreenshotOptions)

Functions

Link copied to clipboard
open override fun apply(p0: Statement, p1: Description): Statement