Slide 38
Slide 38 text
// Module: Testing
import XCTest
public extension XCTestCase {
public func XCTAssertTapa(_ tapa: Tapa,
identifier: String? = nil,
tolerance: CGFloat = 0,
file: StaticString = #file,
line: UInt = #line) {
// Asserts the quality of the tapa
}
}
@pepibumur 38