docs
docs copied to clipboard
Documentation for all active NUnit projects
Docs currently say > Tests may be filtered in Visual Studio under Update 1 or later by Trait, Project, Error Message, File Path, Fully Qualified Name, Output and Outcome. Use...
e.g. `[Ignore]` for ignore attribute.
This is a continuation of this discussion: #168 I completely agree with @CharliePoole on this, but I would suggest that the documentation be improved to highlight the situation. -- Begin...
According to the documentation for the "SetName" property: "The SetName property of TestCaseData allow setting the format string for the individual test case. So long as no format specifiers are...
In the [documentation for TestOf](https://github.com/nunit/docs/wiki/TestOf-Attribute), it isn't explained what it actually does. Is it just a strongly typed way of stating, for human readers, the class that is tested? Or...
This page: https://github.com/nunit/docs/wiki/ICommandWrapper-Interface Should state that: Attributes implementing any interface deriving from ICommandWrapper must be placed on a test method. They have no effect when placed on a test fixture.