- Test-Driven iOS Development with Swift 4(Third Edition)
- Dr. Dominik Hauser
- 189字
- 2021-07-02 15:39:36
What this book covers
Chapter 1, Your First Unit Tests, walks you through your first unit tests using Xcode and discusses the benefits of using TDD.
Chapter 2, Planning and Structuring Your Test-Driven iOS App, introduces the app you are going to write through the course of this book and how to set up a project in Xcode.
Chapter 3, A Test-Driven Data Model, discusses the TDD of a data model.
Chapter 4, A Test-Driven View Controller, shows you how to write tests for a view controller, and describes how to use fake objects to isolate micro features for the test.
Chapter 5, Testing Network Code, teaches you to test network code using stubs to fake a server component before it is developed.
Chapter 6, Putting It All Together, walks you through the integration of all the different parts developed in previous chapters and shows the use of functional tests.
Chapter 7, Code Coverage, shows you how to measure the code coverage of your tests using Xcode.
Chapter 8, Where to Go from Here, wraps up and shows you the possible next steps to improve your acquired testing skills.
- Learning Docker
- Big Data Analytics
- Reactive Android Programming
- Spring Boot企業(yè)級項(xiàng)目開發(fā)實(shí)戰(zhàn)
- 自然語言處理Python進(jìn)階
- 數(shù)據(jù)結(jié)構(gòu)與算法分析(C++語言版)
- 低代碼平臺開發(fā)實(shí)踐:基于React
- Learning Laravel's Eloquent
- jQuery炫酷應(yīng)用實(shí)例集錦
- C++ Application Development with Code:Blocks
- Everyday Data Structures
- Natural Language Processing with Python Quick Start Guide
- Mastering SciPy
- C語言從入門到精通
- SSH框架企業(yè)級應(yīng)用實(shí)戰(zhàn)