To parameterize a unit test in xUnit, use [Theory] and [InlineData] (for constant values) or [MemberData] (for dynamic data).
確定! 回上一頁