Sha256: f7ab028fe5d07b372dd7be51a0e796b7c8e1c42ff35ad803a2cc0c049c367b42

Contents?: true

Size: 688 Bytes

Versions: 2

Compression:

Stored size: 688 Bytes

Contents

//
//
//  Created by XCFit Framework
//  Copyright © 2016 XCFit Framework. All rights reserved.
//

/*

 This is sample code created by XCFit Framework and can be edited/Removed as per your project need. You can also re-arrange Xcode Groups and directories as per your need.

 This assumes that your apps is made up of multiple screens. You can write individual screen class which extend BaseScreen. All the functionality related to screen can be included in this class.
 */

import Foundation
import XCTest


class HomeScreen: XCFit4DemoXCUIPoMTestsTestBase {

    let clickButtuon = XCUIApplication().buttons["Click"]
    let helloMessage = XCUIApplication().staticTexts["Welcome"]

}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
xcfit-3.1.7 XCFit4Demo/XCFit4DemoXCUIPoMTests/HomeScreen.swift
xcfit-3.1.6 XCFit4Demo/XCFit4DemoXCUIPoMTests/HomeScreen.swift