Convenience method for throwing a new TestFailure with the provided
message
.
Source
void fail(String message) => throw new TestFailure(message);
Convenience method for throwing a new TestFailure with the provided
message
.
void fail(String message) => throw new TestFailure(message);