Sha256: 53232f1e70492e3ac700d475695509db831ca930d5fa273779f601a109310767

Contents?: true

Size: 731 Bytes

Versions: 6

Compression:

Stored size: 731 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 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

6 entries across 6 versions & 1 rubygems

Version Path
xcfit-10.2.0 XCFit_Templates/XCFit/Cucumberish UI Test Bundle Base.xctemplate/HomeScreenSteps.swift
xcfit-10.0.0 XCFit_Templates/XCFit/Cucumberish UI Test Bundle Base.xctemplate/HomeScreenSteps.swift
xcfit-8.0.0 XCFit_Templates/XCFit/Cucumberish UI Test Bundle Base.xctemplate/HomeScreenSteps.swift
xcfit-7.1.0 XCFit_Templates/XCFit/Cucumberish UI Test Bundle Base.xctemplate/HomeScreenSteps.swift
xcfit-7.0.0 XCFit_Templates/XCFit/Cucumberish UI Test Bundle Base.xctemplate/HomeScreenSteps.swift
xcfit-6.1.0 XCFit_Templates/XCFit/Cucumberish UI Test Bundle Base.xctemplate/HomeScreenSteps.swift