Sha256: 08f2d9fb1749e7d433e4f574b02ab229b4e9529e0c48d1b5b02e16997884dfee
Contents?: true
Size: 602 Bytes
Versions: 6
Compression:
Stored size: 602 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. */ class FeatureTests: UITestBase, Feature { func testAppIsRunning() { givenILaunchAppInCleanState() } }
Version data entries
6 entries across 6 versions & 1 rubygems