Sha256: ab2f8475ca077e5df6a15399df1d5170d124d0f8bab095a974569df8b5d19124
Contents?: true
Size: 577 Bytes
Versions: 5
Compression:
Stored size: 577 Bytes
Contents
// // // Created by XCFit Framework // Copyright © 2017 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
5 entries across 5 versions & 1 rubygems