remove After Match
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)Content copied to clipboard
Deprecated factory for callers that previously used StubConfiguration(removeAfterMatch = …).
Migrate to the primary constructor: StubConfiguration(eventuallyRemove = …).