- Test-Driven iOS Development with Swift
- Dr. Dominik Hauser
- 198字
- 2021-07-16 09:45:48
What this book covers
Chapter 1, Your First Unit Tests, walks you through your first unit tests using Xcode and discusses the benefits of 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 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 and Continuous Integration, shows you how to measure the code coverage of your tests using Xcode and introduces you to continuous integration.
Chapter 8, Where to Go from Here, wraps up and shows you the possible next steps to improve your acquired testing skills.
- JavaScript前端開發(fā)模塊化教程
- DevOps with Kubernetes
- Building a Home Security System with Raspberry Pi
- C#完全自學(xué)教程
- Full-Stack Vue.js 2 and Laravel 5
- Learning Network Forensics
- MySQL數(shù)據(jù)庫基礎(chǔ)實例教程(微課版)
- 深入淺出Serverless:技術(shù)原理與應(yīng)用實踐
- NGINX Cookbook
- Regression Analysis with Python
- IoT Projects with Bluetooth Low Energy
- HTML5游戲開發(fā)實戰(zhàn)
- Learning WordPress REST API
- 輕松學(xué)Scratch 3.0 少兒編程(全彩)
- Java程序性能優(yōu)化實戰(zhàn)