NUnit cannot recognise a TestCase when it contains an array

后端 未结 0 846
既然无缘
既然无缘 2021-02-11 16:48

This is quite simple but annoying behaviour I am running into with NUnit:

I have some tests like this:

[Test]
[TestCase( 1, 2, \"hello\" )]
[TestCase( 3,         


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