func testExample()

in HelloWorld/Tests macOS/Tests_macOS.swift [25:30]


    func testExample() throws {
        // UI tests must launch the application that they test.
        let app = XCUIApplication()
        app.launch()
        XCTAssertNotNil(app.textViews["Hello, world!"])
    }