- 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.
- Learning Microsoft Windows Server 2012 Dynamic Access Control
- 摩登創(chuàng)客:與智能手機和平板電腦共舞
- Learning ASP.NET Core 2.0
- 數(shù)據(jù)結(jié)構(gòu)簡明教程(第2版)微課版
- Vue.js 3.0源碼解析(微課視頻版)
- Mastering ServiceNow(Second Edition)
- 從零開始學(xué)Linux編程
- Orleans:構(gòu)建高性能分布式Actor服務(wù)
- Java并發(fā)編程之美
- Distributed Computing in Java 9
- PHP與MySQL權(quán)威指南
- Go語言從入門到精通
- 從零開始:C語言快速入門教程
- SFML Game Development
- Android智能手機APP界面設(shè)計實戰(zhàn)教程