- Test-Driven iOS Development with Swift 4(Third Edition)
- Dr. Dominik Hauser
- 68字
- 2021-07-02 15:39:38
What are unit tests?
Automatic unit tests act like this robot for you. They execute code, but without the need of navigating to the screen with the feature to test. Instead of running the app over and over again, you write tests with different input data and let the computer test your code in the blink of an eye. Let's see how this works in a simple example.
推薦閱讀
- 深入理解Android(卷I)
- ThinkPHP 5實戰
- C語言程序設計案例教程(第2版)
- Ext JS Data-driven Application Design
- FreeSWITCH 1.6 Cookbook
- 算法精粹:經典計算機科學問題的Python實現
- Python高級機器學習
- Learning OpenStack Networking(Neutron)(Second Edition)
- ElasticSearch Cookbook(Second Edition)
- Orchestrating Docker
- C++ Data Structures and Algorithm Design Principles
- Learning Perforce SCM
- 基于Docker的Redis入門與實戰
- Developing RESTful Web Services with Jersey 2.0
- Clojure High Performance Programming