Package-level declarations

Types

Link copied to clipboard

Determines if the recording of events needs to be activated and deactivated manually

Link copied to clipboard

Determines if the the TracerBullet will render output

Link copied to clipboard

Determines if the the TracerBullet will report a render

Link copied to clipboard
fun interface TraceNamer : Function1<ExtensionContext, String>

Responsible for giving names to Traces

Link copied to clipboard
open class TracerBulletEvents(tracers: List<Tracer>, renderers: List<TraceRenderer>, traceRenderPersistence: TraceRenderPersistence, traceNamer: TraceNamer = TestNameAndMethod, tracePersistence: TracePersistence = TracePersistence.InMemory(), reporter: TraceReporter = TraceReporter.PrintToConsole, recordingMode: RecordingMode = Auto, renderingMode: RenderingMode = Always, reportingMode: ReportingMode = OnFailure) : VcrEvents, AfterTestExecutionCallback

JUnit plugin which is also an Events implementation that generates Trace renderings and stores them.

Properties