Sha256: e6ed5596f851e51eafeda1af057432a3c76d311f9d2a565b0df6e957afd171f1
Contents?: true
Size: 577 Bytes
Versions: 13
Compression:
Stored size: 577 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 needed. 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: XCTestCase { // You can add locators and functions of homeScreen here let homeButtuon = XCUIApplication().buttons["Home"] }
Version data entries
13 entries across 13 versions & 1 rubygems