Problem analyser for ClassData, MemberData, PropertyData
Ensure that the type/field/property/method being referenced has the correct signature.
- [ ]
ClassDatarequires a class that implementsIEnumerable<object[]> - [ ]
MemberDatarequires a static field, property or method that returnsIEnumerable<object[]> - [ ] If calling a method, the parameters can be passed to the
MemberDataattribute. - [ ]
PropertyDatarequires a public static property of typeIEnumerable<object[]>
In my case all these requirements are met. But runner can't correctly execute and display all my memberData tests. It shows only one test without cases, execute its and draw green check, even if one test failed. During process it even print exception to runner output. But if i create separate solution and copy tests to it with remove all other tests except this memberData test and then execute, runner show all cases correctly including failed tests. The same with class data. I suppose this bug has to do with the lack of memory for analizis due to a large count of tests in my solution or having many memberData tests in one class