Slide 12
Slide 12 text
12
©MIXI
Swift Testingへの移⾏の多くはルールベースの置換
XCTestからSwift Testingへの移⾏
https://developer.apple.com/documentation/testing/migratingfromxctest
XCTest Swift Testing
import XCTest import Testing
class FooTests: XCTestCase {
// code snip…
}
struct FooTests {
// code snip…
}
XCTAssert(x) #expect(x)
たとえmigration URLを読ませても、AI Agentは
確実に同じ操作を⾏うとは限らない