exceptions property

List<String> exceptions
final

Exceptions thrown during test execution.

Each entry contains the exception message and optionally the stack trace. Captured via runZonedGuarded in the test runner process.

Implementation

final List<String> exceptions;