Unit Test —— xUnit.net

参考资料:

Getting Started with xUnit.net _Using .NET Core with the .NET SDK command line

Getting Started with xUnit.net_Using .NET Framework with Visual Studio

Shared Context between Tests

Capturing Output

https://xunit.net/ :官网

https://github.com/xunit/xunit:git地址

理论学习(总):

  1. 《xUnit Test Patterns》学习笔记1 - Test Smell
  2. 《xUnit Test Patterns》学习笔记2 - Goal Of Test Automation
  3. 《xUnit Test Patterns》学习笔记3 - Philosophy of Test Automation
  4. 《xUnit Test Patterns》学习笔记4 - Principles of Test Automation
  5. 《xUnit Test Patterns》学习笔记5 - xUnit基础
  6. 《xUnit Test Patterns》学习笔记6 - Test Double
  7. 《xUnit Test Patterns》学习笔记7(完) - 总结

现代软件工程讲义 2 开发技术 - 单元测试 & 回归测试

编写优美的GTest测试案例

详细知识点(分):

INTRODUCING BDD(Behavior-driven development)

Behavior-driven development with easyb

.NET实战

Unit Testing with xUnit in ASP.NET Core MVC