- 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.
- Getting Started with Citrix XenApp? 7.6
- DevOps with Kubernetes
- C#程序設(shè)計(慕課版)
- Practical DevOps
- ADI DSP應(yīng)用技術(shù)集錦
- Learning Docker Networking
- ScratchJr趣味編程動手玩:讓孩子用編程講故事
- JavaScript程序設(shè)計:基礎(chǔ)·PHP·XML
- 新印象:解構(gòu)UI界面設(shè)計
- 深入理解BootLoader
- 跟戴銘學iOS編程:理順核心知識點
- Python 3 Object:oriented Programming(Second Edition)
- Python預(yù)測之美:數(shù)據(jù)分析與算法實戰(zhàn)(雙色)
- Python預(yù)測分析與機器學習
- C語言程序設(shè)計實驗指導