in HelloWorld/Tests iOS/Tests_iOS.swift [25:33]
func testExample() throws {
// UI tests must launch the application that they test.
let app = XCUIApplication()
app.launch()
// Use recording to get started writing UI tests.
// Use XCTAssert and related functions to verify your tests produce the correct results.
XCTAssertNotNil(app.textViews["Hello, world!"])
}