Is there any way to pass generic types using a TestCase to a test in NUnit?
This is what I would like to do but the syntax is not correct...
<
I have written my own TestCaseGenericAttribute and TestCaseGenericSourceAttribute. https://github.com/nunit/nunit/issues/3580
TestCaseGenericAttribute
TestCaseGenericSourceAttribute