Sha256: e2640c69a5de9c2246be55a0c55d5d05630870f3609384cbce0956fd70d6e708
Contents?: true
Size: 636 Bytes
Versions: 19
Compression:
Stored size: 636 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 is sample test which demonstrate use of Page Objects and common extensions. We can access any page or section from test method */ import Foundation import XCTest class HomeScreenTest: HomeScreen { func testHomeScreen() { // Below step will be available as part of XCFit Swift Framework. // givenILaunchedApplication() } }
Version data entries
19 entries across 19 versions & 1 rubygems