文件名称:unit-testing-with-swift-and-xctest
文件大小:47KB
文件格式:ZIP
更新时间:2024-06-21 18:42:12
Swift
导师: 创建 iOS 应用程序的过程不会随着功能代码的创建而停止。 在某些时候,您将需要验证您编写的代码实际上满足您项目的所有要求。 在为 iOS 和 Swift 开发时,您将如何完成这项任务? 使用 Xcode 6 其实很简单:输入 XCTest。 XCTest 是一个内置的测试框架,可让您快速轻松地编写单元测试以验证您的代码。 本课程将引导您完成使用 XCTest 编写基本测试的过程。 源文件说明 本课程的源代码库包含课程项目 SimpleTipCalculator 的完整源代码。 包含一个完整的 XCode 6 项目,可以编译和运行。 这些是 Tuts+ 课程的源文件: 在上可用。 向全世界数百万人教授技能。
【文件预览】:
unit-testing-with-swift-and-xctest-master
----SimpleTipCalculator()
--------ViewController.swift(518B)
--------Base.lproj()
--------TipService.swift(637B)
--------SimpleTipCalculatorViewController.swift(4KB)
--------AppDelegate.swift(2KB)
--------Images.xcassets()
--------TipCalculator.swift(750B)
--------Info.plist(1KB)
----LICENSE(1KB)
----SimpleTipCalculator.xcodeproj()
--------project.xcworkspace()
--------project.pbxproj(20KB)
--------xcuserdata()
--------xcshareddata()
----README.md(1KB)
----SimpleTipCalculatorTests()
--------helpers.h(368B)
--------SimpleTipCalculatorTests.swift(1KB)
--------SimpleTipCalculatorTests-Bridging-Header.h(350B)
--------STCVCTests.swift(940B)
--------TipServiceTests.swift(729B)
--------Info.plist(752B)
--------helpers.m(387B)