亚洲国产天堂久久综合226114,亚洲va中文字幕无码毛片,亚洲av无码片vr一区二区三区,亚洲av无码乱码在线观看,午夜爽爽爽男女免费观看影院

課程目錄:Unit Testing: MSTest, xUnit, and nUnit培訓(xùn)
4401 人關(guān)注
(78637/99817)
課程大綱:

         Unit Testing: MSTest, xUnit, and nUnit培訓(xùn)

 

 

Introduction

Unit Testing Frameworks

What are unit tests?
The fundamentals of a unit testing framework
Test-Driven Development

Refactoring overview
The different approaches to testing
Preparing the Development Environment

Installing and configuring Visual Studio Code
Installing and configuring .Net
Installing and configuring nUnit
Writing a Unit Testing Framework

Creating a test
Applying more tests
Refactoring the test runner
Working with the assert class
Reflecting to call methods
Using a naming convention
Visual Studio Code Integration

Creating a project with templates
Creating a project with a unit testing framework
Running the test
Optimizing code
Testing parameters
nUnit

Writing and running a test unit
Using constraints
Testing parameters
xUnit

Writing and running a unit test
Testing parameters with InLine
Testing multiple parameters
Using a custom class member
Advanced Optimizations

Grouping tests
Working with test attributes
Customizing with playlists
Debugging tests
Using test menus
Viewing results with CodeLens
Using Code Coverage
Running tests with MSTest
Summary and Conclusion