xUnit - How to select a single Theory when executing from dotnet test CLI

前端 未结 0 1478
面向向阳花
面向向阳花 2021-01-25 19:55

Say I have a test:

  [Theory]
  [InlineData("one")]
  [InlineData("two")]
  public void ShouldSelectSingleTheoryFromDotnetTest(string s)
  {
          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题