Function MKBFail(_:isFatal:file:line:)
public func MKBFail(_ message: String, isFatal: Bool = false,
file: StaticString = #file, line: UInt = #line)
Called by Mockingbird on test assertion failures.
Parameters
Name | Type | Description |
---|---|---|
message | String |
A description of the failure. |
isFatal | Bool |
If |
file | StaticString |
The file where the failure occurred. |
line | UInt |
The line in the file where the failure occurred. |