comparison LazyBearUITests/LazyBearUITests.swift @ 371:1b3ba58730e1

Testing
author Dennis Concepción Martín <66180929+denniscm190@users.noreply.github.com>
date Fri, 16 Apr 2021 19:48:32 +0200
parents 3d6f0329d691
children 783b567800d9
comparison
equal deleted inserted replaced
359:3d6f0329d691 371:1b3ba58730e1
22 // Put teardown code here. This method is called after the invocation of each test method in the class. 22 // Put teardown code here. This method is called after the invocation of each test method in the class.
23 } 23 }
24 24
25 func testExample() throws { 25 func testExample() throws {
26 // UI tests must launch the application that they test. 26 // UI tests must launch the application that they test.
27
27 let app = XCUIApplication() 28 let app = XCUIApplication()
28 app.launch() 29 app.launch()
29 30
30 // Use recording to get started writing UI tests. 31 // Use recording to get started writing UI tests.
31 // Use XCTAssert and related functions to verify your tests produce the correct results. 32 // Use XCTAssert and related functions to verify your tests produce the correct results.