Code Inspection: NUnit. Cannot resolve symbol in [TestCaseSource] argument
NUnit's TestCaseSource and ValueSource attributes are used to identify the source from which the argument(s) will be provided for a parameterized test. If the class, field, property, or method specified as the test source is not found in the current context, ReSharper issues a warning.
Note that NUnit allows different ways of specifying test case sources. For details, refer to the TestCaseSourceAttribute and ValueSourceAttribute documentation.
Last modified: 08 March 2021