Sha256: 8cd345d12f647716546942d3baea4901eb280697098d7d9198b354b28e0cf5ea
Contents?: true
Size: 634 Bytes
Versions: 3
Compression:
Stored size: 634 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. This is a actual representation of the test which extends to XCFit and confirms to Feature protocol. We can write a protocol per test implement steps with extensions and store elements in the enums. */ import XCFit class FeatureTests: UITestBase, Feature { func testAppIsRunning() { givenILaunchAppInCleanState() } }
Version data entries
3 entries across 3 versions & 1 rubygems