You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I created a parameterized test method whose first parameter is a string. I want to test the behavior if the string is null, however the test runner excludes this test:
The text was updated successfully, but these errors were encountered:
@Sean-Brown: This issue looks similar to #284.
Which version of MSTest.TestAdapter and MSTest.Testframework are you using? Can you move to latest version and try if that resolves the issue for you?
I am unable to repro this with version 1.3.0
I'm using MSTest.TestFramework version 1.3.1 and MSTest.TestAdapter version 1.3.1. This time I observed that it does initially see 5 tests (however the null test shows as TestDeviceIdValidity(,True), but when I went to run the test that test got removed, so there definitely does seem to be something strange going on.
I created a parameterized test method whose first parameter is a string. I want to test the behavior if the string is null, however the test runner excludes this test:
The text was updated successfully, but these errors were encountered: