- C# and .NET Core Test Driven Development
- Ayobami Adewole
- 83字
- 2021-06-25 22:00:30
Running the tests
When you are sure you have enough code to make the test pass, you should run the test, using the test suite of your choice. At this point, the test might pass or fail. This depends on how you have written the code.
A thumb rule of TDD is to run the tests several times until the tests pass. Initially, when you run the test before the code is fully implemented, the test will fail, which is the expected behavior.
推薦閱讀
- JIRA 7 Administration Cookbook(Second Edition)
- Vue.js 3.x從入門到精通(視頻教學版)
- Android 7編程入門經典:使用Android Studio 2(第4版)
- 數據結構習題精解(C語言實現+微課視頻)
- Java程序設計
- Scala編程實戰(原書第2版)
- 運用后端技術處理業務邏輯(藍橋杯軟件大賽培訓教材-Java方向)
- CoffeeScript Application Development Cookbook
- Julia for Data Science
- Learning Android Application Testing
- Getting Started with hapi.js
- 算法超簡單:趣味游戲帶你輕松入門與實踐
- Parallel Programming with Python
- Spring Boot從入門到實戰
- PHP程序設計高級教程