I hereby claim:
- I am sgrgrsn on github.
- I am sgregersen (https://keybase.io/sgregersen) on keybase.
- I have a public key ASAi3gs_eYQFkiLd30TIWAIhgB69APDMcfkLAhds88VU_go
To claim this, I am signing this object:
import XCTest | |
public func _true(_ expression: @autoclosure () throws -> Bool, _ message: String = "", file: StaticString = #file, line: UInt = #line) { | |
XCTAssert(try expression(), message, file: file, line: line) | |
} | |
public func _false(_ expression: @autoclosure () throws -> Bool, _ message: String = "", file: StaticString = #file, line: UInt = #line) { | |
XCTAssertFalse(try expression(), message, file: file, line: line) | |
} |
I hereby claim:
To claim this, I am signing this object: