RetryableTestContext

class RetryableTestContext(retries: Int, delay: Long)

Constructors

Link copied to clipboard
constructor(retries: Int, delay: Long)

Types

Link copied to clipboard
inner class FirstAttemptContext : TestTemplateInvocationContext
Link copied to clipboard
open inner class IntermediateRetryContext : TestTemplateInvocationContext
Link copied to clipboard
inner class OnlyIfPreviousFailed : ExecutionCondition
Link copied to clipboard
inner class SetLastException : TestExecutionExceptionHandler

Functions

Link copied to clipboard
fun getInvocationContexts(): Sequence<TestTemplateInvocationContext>