该文被密码保护。 阅读全文
posted @ 2020-05-21 19:15 PanPan003 阅读(8) 评论(0) 推荐(0) 编辑
摘要: https://docs.microsoft.com/en-us/dotnet/core/testing/unit-testing-best-practices Why unit test? Characteristics of a good unit test Let's speak the sa 阅读全文
posted @ 2020-05-21 12:06 PanPan003 阅读(167) 评论(0) 推荐(0) 编辑
摘要: https://docs.microsoft.com/en-us/dotnet/core/testing/unit-testing-with-dotnet-test This tutorial shows how to build a solution containing a unit test 阅读全文
posted @ 2020-05-21 12:00 PanPan003 阅读(356) 评论(0) 推荐(0) 编辑
摘要: https://www.clariontech.com/blog/why-should-you-use-xunit-a-unit-testing-framework-for-.net Why Should You Use xUnit? A Unit Testing Framework For .Ne 阅读全文
posted @ 2020-05-21 11:23 PanPan003 阅读(193) 评论(0) 推荐(0) 编辑
摘要: Let's unit test a C# extension method using XUnit's [Theory] and [InlineData] attributes, so we can write lots of tests in little time! In this final 阅读全文
posted @ 2020-05-21 10:57 PanPan003 阅读(462) 评论(0) 推荐(0) 编辑
摘要: https://hamidmosalla.com/2017/02/25/xunit-theory-working-with-inlinedata-memberdata-classdata/ xUnit Theory: Working With InlineData, MemberData, Clas 阅读全文
posted @ 2020-05-21 10:39 PanPan003 阅读(462) 评论(0) 推荐(0) 编辑