TestException constructor
TestException(
- String message
Creates a test exception with the given message.
Implementation
TestException(this.message);
Creates a test exception with the given message.
TestException(this.message);