1 Star 0 Fork 46

ewsq/APIJSON-Demo

forked from APIJSON/APIJSON-Demo 
加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
APIJSONTestUITests.swift 1.22 KB
一键复制 编辑 原始数据 按行查看 历史
TommyLemon 提交于 2020-09-15 21:59 +08:00 . 从 APIJSON 主项目迁移 Demo 项目过来
//
// APIJSONTestUITests.swift
// APIJSONTestUITests
//
// Created by Tommy on 17/11/29.
// Copyright © 2017年 APIJSON. All rights reserved.
//
import XCTest
class APIJSONTestUITests: XCTestCase {
override func setUp() {
super.setUp()
// Put setup code here. This method is called before the invocation of each test method in the class.
// In UI tests it is usually best to stop immediately when a failure occurs.
continueAfterFailure = false
// UI tests must launch the application that they test. Doing this in setup will make sure it happens for each test method.
XCUIApplication().launch()
// In UI tests it’s important to set the initial state - such as interface orientation - required for your tests before they run. The setUp method is a good place to do this.
}
override func tearDown() {
// Put teardown code here. This method is called after the invocation of each test method in the class.
super.tearDown()
}
func testExample() {
// Use recording to get started writing UI tests.
// Use XCTAssert and related functions to verify your tests produce the correct results.
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ewsq/APIJSON-Demo.git
git@gitee.com:ewsq/APIJSON-Demo.git
ewsq
APIJSON-Demo
APIJSON-Demo
master

搜索帮助