ParameterizeFailedError

Thrown to indicate that parameterize has completed with failures.

The message summarizes the number of failures and total iterations. A plus after the total indicates that completedEarly was true in onComplete.

The suppressedExceptions include recordedFailures from the onComplete handler, with each being decorated with a message to include a list of the arguments that caused it.

Can only be constructed from onComplete.

actual class ParameterizeFailedError : MultipleFailuresError(source)

Properties

cause
Link copied to clipboard
open val cause: Throwable?
open val cause: Throwable?
open val cause: Throwable?
open val cause: Throwable?
open val cause: Throwable?
open val cause: Throwable?

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
toString
Link copied to clipboard
open override fun toString(): String
open override fun toString(): String
open override fun toString(): String