TestException constructor

TestException(
  1. String message
)

Creates a test exception with the given message.

Implementation

TestException(this.message);