RetryRule

class RetryRule(attempts: Int) : TestRule

Constructors

Link copied to clipboard
constructor(attempts: Int)

Functions

Link copied to clipboard
open override fun apply(base: Statement, description: Description): Statement