microsoft / testfx-docs

Docs for MSTest V2 test framework
Other
103 stars 49 forks source link

Unexpected scenario #53

Closed dfrancoed closed 6 years ago

dfrancoed commented 6 years ago

Hi guys, I'm following the implementation of the custom data source with the interface ITestDataSource as is described in the example but I found that the test method is returning more scenarios than the expected.

See the attachment. image

So, Why I'm getting a 3rd one scenario without parameters if the GetData method only specifies two?