ServirtiumReplay

class ServirtiumReplay @JvmOverloads constructor(baseName: String, storageProvider: StorageProvider, options: InteractionOptions = Defaults) : ParameterResolver

JUnit 5 extension for replaying HTTP traffic from disk in Servirtium format.

Constructors

Link copied to clipboard
constructor(baseName: String, storageProvider: StorageProvider, options: InteractionOptions = Defaults)

Functions

@API(status = API.Status.EXPERIMENTAL, since = "5.12")
open fun getTestInstantiationExtensionContextScope(rootContext: ExtensionContext): TestInstantiationAwareExtension.ExtensionContextScope
Link copied to clipboard
open override fun resolveParameter(pc: ParameterContext, ec: ExtensionContext): Any
Link copied to clipboard
open override fun supportsParameter(pc: ParameterContext, ec: ExtensionContext): Boolean