I have test like this:
[Test]
[TestCase(new RequestStatus?[] {RequestStatus.Created, null, RequestStatus.Complete, null})]
public void MyClass_MyMethod( RequestStatus?[] testCaseRequest )
{
...
}
Nuint doesn't recognise Nullable Array as TestCase param. I got this:
An attribute argument must be a constant expression, typeof expression or array creation expression of an attribute parameter type