RetryableTest

annotation class RetryableTest(val retries: Int = 1, val delay: Long)

Properties

Link copied to clipboard
val delay: Long
Link copied to clipboard
val retries: Int = 1