- 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.
- Spring 5企業級開發實戰
- Learning Docker
- Learning RabbitMQ
- Web全棧工程師的自我修養
- bbPress Complete
- BIM概論及Revit精講
- Visual C#通用范例開發金典
- PySide 6/PyQt 6快速開發與實戰
- Extending Puppet(Second Edition)
- Python全棧數據工程師養成攻略(視頻講解版)
- Mastering Python Design Patterns
- Learning Bootstrap 4(Second Edition)
- ABAQUS6.14中文版有限元分析與實例詳解
- Python應用開發技術
- Python Linux系統管理與自動化運維