C # Advanced Programming, 11th Edition - Twenty-eight chapters

navigation

Twenty-eight chapters Testing

28.1 Summary 678

MSTest unit testing using 28.2 679

28.2.1 create unit tests using MSTest 679

28.2.2 running unit tests 681

28.2.3 Use MSTest expected abnormal 682

28.2.4 test all code paths 683

28.2.5 external dependencies 683

XUnit unit testing using 28.3 685

28.3.1 xUnit and .NET Core 686

28.3.2 Creating Fact Properties 686

28.3.3 Creating Theory 687 properties

Mocking library 688 28.3.4 Use

690 28.4 Real-time unit test

28.5 unit testing using EF Core 692

28.6 use Windows application UI tests 693

28.7 Web integration, load and performance testing 697

28.7.1 ASP.NET Core Integration Testing 697

28.7.2 Create a Web Test 698

28.7.3 run Web test 700

28.8 Summary 702

Guess you like

Origin www.cnblogs.com/zenronphy/p/ProfessionalCSharp7Chapter28.html