1 Star 0 Fork 46

张松贵/APIJSON-Demo

forked from APIJSON/APIJSON-Demo 
Create your Gitee Account
Explore and code with more than 14 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
APIJSONTestTests.swift 984 Bytes
Copy Edit Raw Blame History
TommyLemon authored 2020-09-15 21:59 +08:00 . 从 APIJSON 主项目迁移 Demo 项目过来
//
// APIJSONTestTests.swift
// APIJSONTestTests
//
// Created by Tommy on 17/11/29.
// Copyright © 2017年 APIJSON. All rights reserved.
//
import XCTest
@testable import APIJSONTest
class APIJSONTestTests: XCTestCase {
override func setUp() {
super.setUp()
// Put setup code here. This method is called before the invocation of each test method in the class.
}
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() {
// This is an example of a functional test case.
// Use XCTAssert and related functions to verify your tests produce the correct results.
}
func testPerformanceExample() {
// This is an example of a performance test case.
self.measureBlock {
// Put the code you want to measure the time of here.
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zhangsonggui/APIJSON-Demo.git
git@gitee.com:zhangsonggui/APIJSON-Demo.git
zhangsonggui
APIJSON-Demo
APIJSON-Demo
master

Search