Xamarin doesn't recognise TestCaseSource attribute

65 Views Asked by At

Xamarin doesn't recognise TestCaseSource, it says :

The name TestCaseSource doesn't exist in the current context

the way I use it :

[Test, TestCaseSource("divider")]

I cannot compile because of this.

1

There are 1 best solutions below

0
On BEST ANSWER

I didn't had the latest version of nunit.framework.dll. I downloaded it through NuGet.