Fetch Params from Nunit3 in C# test fixture
问题 I am using the params argument provided in the Nunit3 version to pass multiple parameters. However, I am unable to fetch them with the C# test fixture. I have searched but unable to get a correct result. Can someone provide me with the pointers on how to fetch those param arguments in c#. Any help will be appreciated. Thanks in advance. 回答1: First, make sure that you are using both NUnit console 3.4.1 and NUnit Framework 3.4.1. Your command line option of --params:Code=XXX --params:Date=2011