How to run tests based on InlineData attribute using vstest.console.exe

  • Thread starter Thread starter Anil.V
  • Start date Start date
A

Anil.V

Guest
While running tests in visual studio, test explorer lists out tests based on InlineData, so that user can run test method with specific input. How can this be done using vstest.console.exe? /Tests is just allowing to pass the methods that need to be executed, but I am not able to find any option to pass InlineData. I tried using InlineData in /TestCaseFilter option but it did not work.

Can anyone let me know how to achieve this in vstest.console.exe?

Continue reading...
 
Back
Top