- C# and .NET Core Test Driven Development
- Ayobami Adewole
- 174字
- 2021-06-25 22:00:25
Conventions used
There are a number of text conventions used throughout this book.
CodeInText: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "For the test to pass, you have to implement the production code iteratively. When the following IsServerOnline method is implemented, the Test_IsServerOnline_ShouldReturnTrue test method is expected to pass."
A block of code is set as follows:
[Fact]
public void Test_IsServerOnline_ShouldReturnTrue()
{
bool isOnline=IsServerOnline();
Assert.True(isOnline);
}
Any command-line input or output is written as follows:
sudo apt-get update
sudo apt-get install dotnet-sdk-2.0.0
Bold: Indicates a new term, an important word, or words that you see onscreen. For example, words in menus or dialog boxes appear in the text like this. Here is an example: "Visual Studio Code will attempt to download the required dependencies for the Linux platform, Omnisharp for Linux and .NET Core Debugger."
Warnings or important notes appear like this.
Tips and tricks appear like this.
- UNIX編程藝術
- DBA攻堅指南:左手Oracle,右手MySQL
- 玩轉Scratch少兒趣味編程
- Mastering RabbitMQ
- SQL Server 2016從入門到精通(視頻教學超值版)
- Web Scraping with Python
- 大學計算機基礎(第2版)(微課版)
- Android開發案例教程與項目實戰(在線實驗+在線自測)
- Web Development with MongoDB and Node(Third Edition)
- Express Web Application Development
- SQL Server實用教程(SQL Server 2008版)
- Babylon.js Essentials
- Julia for Data Science
- Vue.js 3應用開發與核心源碼解析
- Instant Apache Camel Messaging System