Sha256: f9fef88307ec7a65c760fc9cd15707189dffe9489b769fda4e617d77ee00b126
Contents?: true
Size: 703 Bytes
Versions: 7
Compression:
Stored size: 703 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 are preconditions or post conditions to be executed before or after each scenario */ import Foundation import XCTest class Hooks: NSObject { class func CustomHooks() { var application : XCUIApplication! //A closure that will be executed just before executing any of your features beforeStart { () -> Void in application = XCUIApplication() } } }
Version data entries
7 entries across 4 versions & 1 rubygems