Sha256: 7a4bc1a730d896d4dbceef007e7d80f1bd3598dbd4b2c9f2cee71248211e437d
Contents?: true
Size: 731 Bytes
Versions: 13
Compression:
Stored size: 731 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. Here is Step implementation for the HomeScreen where we can use buttons from HomeScreen. We have to implement all the steps in the func HomeScreenSteps Or create another func if needed but we have register it in the intitialiser class. */ import Foundation import XCTest import Cucumberish class HomeScreenSteps: HomeScreen { func HomeScreenSteps() { MatchAll("I tap on home button") { (args, userInfo) -> Void in } } }
Version data entries
13 entries across 13 versions & 1 rubygems