github.com/Psiphon-Labs/psiphon-tunnel-core@v2.0.28+incompatible/MobileLibrary/iOS/SampleApps/TunneledWebView/TunneledWebViewTests/TunneledWebViewTests.swift (about)

     1  //
     2  //  TunneledWebViewTests.swift
     3  //  TunneledWebViewTests
     4  //
     5  //  Created by Adam Pritchard on 2016-11-03.
     6  //  Copyright © 2016 Psiphon Inc. All rights reserved.
     7  //
     8  
     9  import XCTest
    10  @testable import TunneledWebView
    11  
    12  class TunneledWebViewTests: XCTestCase {
    13      
    14      override func setUp() {
    15          super.setUp()
    16          // Put setup code here. This method is called before the invocation of each test method in the class.
    17      }
    18      
    19      override func tearDown() {
    20          // Put teardown code here. This method is called after the invocation of each test method in the class.
    21          super.tearDown()
    22      }
    23      
    24      func testExample() {
    25          // This is an example of a functional test case.
    26          // Use XCTAssert and related functions to verify your tests produce the correct results.
    27      }
    28      
    29      func testPerformanceExample() {
    30          // This is an example of a performance test case.
    31          self.measure {
    32              // Put the code you want to measure the time of here.
    33          }
    34      }
    35      
    36  }