关于[Using XUnit [Theory] and [InlineData] to Test C# Extension Methods]的摘要:
In this final part of my unit testing series, we're going to take a single extension method and show how we can use XUnit's [Theory] and [InlineData] attributes to quickly write a bunch of tests for that method.
原文地址: https://exceptionnotfound.net/using-xunit-theory-and-inlinedata-to-test-c-extension-methods/