S SmartDocs
Chuỗi bài: iOS App swift 19 dòng · Cập nhật 2026-06-25

To_Do_List_DemoTests.swift

iOS_App/To-Do-List-Demo/To-Do-List-DemoTests/To_Do_List_DemoTests.swift

//
//  To_Do_List_DemoTests.swift
//  To-Do-List-DemoTests
//
//  Created by Nelson Lai on 2026/6/25.
//

import Testing
@testable import To_Do_List_Demo

struct To_Do_List_DemoTests {

    @Test func example() async throws {
        // Write your test here and use APIs like `#expect(...)` to check expected conditions.
        // Swift Testing Documentation
        // https://developer.apple.com/documentation/testing
    }

}

Bài viết liên quan