NUnit - TestCaseSource
nunit.org › nunitv2 › docsNUnit - TestCaseSource NUnit Version 2 Documentation Archive TestCaseSourceAttribute (NUnit 2.5) TestCaseSourceAttribute is used on a parameterized test method to identify the property, method or field that will provide the required arguments. The attribute has three public constructors, only one of which is recommended for use in new code:
NUnit.org
docs.nunit.org › 2 › testCaseSourceTestCaseSourceAttribute (NUnit 2.5) TestCaseSourceAttribute is used on a parameterized test method to identify the property, method or field that will provide the required arguments. The attribute has two public constructors. TestCaseSourceAttribute (Type sourceType, string sourceName); TestCaseSourceAttribute (string sourceName);
TestCaseSource | NUnit Docs
docs.nunit.org › attributes › testcasesourceTestCaseSource | NUnit Docs TestCaseSource TestCaseSourceAttribute is used on a parameterized test method to identify the source from which the required arguments will be provided. The attribute additionally identifies the method as a test method. The data is kept separate from the test itself and may be used by multiple test methods.
NUnit - TestCaseSource
nunit.org › nunitv2 › docsTestCaseSourceAttribute (NUnit 2.5) TestCaseSourceAttribute is used on a parameterized test method to identify the property, method or field that will provide the required arguments. The attribute has two public constructors. TestCaseSourceAttribute (Type sourceType, string sourceName); TestCaseSourceAttribute (string sourceName);