removeAfterMatch

fun removeAfterMatch(name: String? = null, removeAfterMatch: Boolean = false, verbose: Boolean = false): StubConfiguration(source)

Deprecated

Use StubConfiguration(name, eventuallyRemove, verbose) instead

Replace with

StubConfiguration(name = name, eventuallyRemove = removeAfterMatch, verbose = verbose)

Deprecated factory for callers that previously used StubConfiguration(removeAfterMatch = …).

Migrate to the primary constructor: StubConfiguration(eventuallyRemove = …).