toggle menu
ktor
3.0.0-beta-2
3.0.0
3.0.0-rc-1
3.0.0-beta-2
3.0.0-beta-1
2.3.12
2.2.4
2.0.3
1.6.8
jvm
switch theme
search in API
ktor-junit
/
io.ktor.junit
/
RetrySupport
/
RetryableTestContext
Retryable
Test
Context
class
RetryableTestContext
(
retries
:
Int
,
delay
:
Long
)
Members
Constructors
Retryable
Test
Context
Link copied to clipboard
constructor
(
retries
:
Int
,
delay
:
Long
)
Types
First
Attempt
Context
Link copied to clipboard
inner
class
FirstAttemptContext
:
TestTemplateInvocationContext
Intermediate
Retry
Context
Link copied to clipboard
open
inner
class
IntermediateRetryContext
:
TestTemplateInvocationContext
Last
Attempt
Context
Link copied to clipboard
inner
class
LastAttemptContext
:
RetrySupport.RetryableTestContext.IntermediateRetryContext
Only
If
Previous
Failed
Link copied to clipboard
inner
class
OnlyIfPreviousFailed
:
ExecutionCondition
Set
Last
Exception
Link copied to clipboard
inner
class
SetLastException
:
TestExecutionExceptionHandler
Functions
get
Invocation
Contexts
Link copied to clipboard
fun
getInvocationContexts
(
)
:
Sequence
<
TestTemplateInvocationContext
>