Package-level declarations

Types

Link copied to clipboard
class ErrorCollector : TestExecutionExceptionHandler, ParameterResolver, AfterEachCallback
Link copied to clipboard
@ExtendWith(value = [ErrorCollector::class])
annotation class ErrorCollectorTest
Link copied to clipboard
annotation class RetryableTest(val retries: Int = 1, val delay: Long)
Link copied to clipboard
class RetrySupport : TestTemplateInvocationContextProvider

Functions

Link copied to clipboard
fun <T> assertAll(collection: Iterable<T>, assertion: (T) -> Unit)
fun <T> assertAll(collection: Iterable<T>, message: String? = null, predicate: (T) -> Boolean)

Convenience function for asserting on all elements of a collection.