fail function
- @alwaysThrows
Convenience method for throwing a new TestFailure with the provided
message
.
Implementation
@alwaysThrows
Null fail(String message) => throw TestFailure(message);
Convenience method for throwing a new TestFailure with the provided
message
.
@alwaysThrows
Null fail(String message) => throw TestFailure(message);