2 // WolneLekturyUITests.swift
5 // Created by Pawel Dabrowski on 29/03/2018.
6 // Copyright © 2018 Fundacja Nowoczesna Polska. All rights reserved.
11 class WolneLekturyUITests: XCTestCase {
13 override func setUp() {
16 // Put setup code here. This method is called before the invocation of each test method in the class.
18 // In UI tests it is usually best to stop immediately when a failure occurs.
19 continueAfterFailure = false
20 // UI tests must launch the application that they test. Doing this in setup will make sure it happens for each test method.
21 XCUIApplication().launch()
23 // In UI tests it’s important to set the initial state - such as interface orientation - required for your tests before they run. The setUp method is a good place to do this.
26 override func tearDown() {
27 // Put teardown code here. This method is called after the invocation of each test method in the class.
32 // Use recording to get started writing UI tests.
33 // Use XCTAssert and related functions to verify your tests produce the correct results.