关于[From TDD to DDD: Building a .NET Core Web API - Part 2]的摘要:
Test ProjectIt's time to begin the fun!We will build tests for each CRUD method of the User entity by using Entity Framework Core structure.There will be two types of unit tests: Fact and Theory.Fact is a method with a unique result without parameters.Theory allow multiple parameters expecting for...
原文地址: https://dev.to/lucianopereira86/from-tdd-to-ddd-building-a-net-core-web-api-part-2-3hea