TestExecutionException

constructor(message: String, throwable: Throwable)
constructor(message: String)

Creates a new TestExecutionException.

Since

2.6


constructor(message: String, throwable: Throwable, failures: Supplier<List<Failure>>)

Constructor.

Since

8.12