2 // WolneLekturyTests.swift
5 // Created by Pawel Dabrowski on 29/03/2018.
6 // Copyright © 2018 Fundacja Nowoczesna Polska. All rights reserved.
10 @testable import WolneLektury
12 class WolneLekturyTests: XCTestCase {
14 override func setUp() {
16 // Put setup code here. This method is called before the invocation of each test method in the class.
19 override func tearDown() {
20 // Put teardown code here. This method is called after the invocation of each test method in the class.
25 // This is an example of a functional test case.
26 // Use XCTAssert and related functions to verify your tests produce the correct results.
29 func testPerformanceExample() {
30 // This is an example of a performance test case.
32 // Put the code you want to measure the time of here.