Questions tagged [testcasesource]
46 questions
0
votes
1 answer
Why isn't my test method executing?
I have a fairly complex integration test that requires a lot of data in each distinct test case.
My test case class is as follows:
public class TestCases
{
public static IEnumerable MatchingCases
{
get
{
yield return
new…

The Evil Greebo
- 7,013
- 3
- 28
- 55