Attributes | NUnit Docs
docs.nunit.org › writing-tests › attributesNUnit uses custom attributes to identify tests. All NUnit attributes are contained in the NUnit.Framework namespace. Each source file that contains tests must include a using statement for that namespace and the project must reference the framework assembly, nunit.framework.dll. This table lists all the attributes supported by NUnit.
TestCase Attribute · nunit/docs Wiki · GitHub
github.com › nunit › docsJul 10, 2020 · TestCase Attribute · nunit/docs Wiki · GitHub nunit / docs Public Notifications Fork 135 Star 603 Code Issues 77 Pull requests Discussions Actions Projects 1 Wiki Security Insights TestCase Attribute Sean Killeen edited this page on Jul 10, 2020 · 9 revisions This content has moved to the new https://docs.nunit.org site.
TestCase | NUnit Docs
docs.nunit.org › attributes › testcaseBecause arguments to .NET attributes are limited in terms of the Types that may be used, NUnit will make some attempt to convert the supplied values using Convert.ChangeType () before supplying it to the test. TestCaseAttribute may appear one or more times on a test method, which may also carry other attributes providing test data.