today I Learnt about an attribute in #NUnit called TestCaseSource that allows to write test case Parameters of Any Type! as Array of arrays of objects per #testcase by Name!!
seriously, incredibly convenient way to overcome the limitation of usual TestCase attributes :D
#testing #unittesting