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