Forum member

FsdErikB

2 posts

Posts by FsdErikB

  1. MsTest v2 DataRowAttribute: null is ignored if last of two parameter

    Hi, sorry for resurrecting this old thread. But as it seems, this bug has even got worse with the latest update. It looks like every test which looks like the sample below fails to run. Independent of how many parameters the datarow has or in which order they are passed. [TestMethod] [Da…

  2. MsTest v2 DataRowAttribute: null is ignored if last of two parameter

    Hi, I found a mismatch in the execution of DataRow tests between MsTestRunner and NCrunch. In detail it seems like NCrunch simply ignores the last parameter of the DataRowAttribute if it is null, which leads to a failing test with the following message: "Test parameter count mismatch". We are…