Description
The modifiers that can be used are somewhat poorly documented. Some are documented where they are used, like Within
, but e.g. Using
is only briefly mentioned with no documentation nor examples of use.
All documentation should have examples of usage, placed in the Snippets folder.
The Using
is used on multiple constraints, and since their use is nearly similar, should they be documented in one place, and variations documented there, or should we document them for every constraint. If the former, the constraints should be expanded with links to the usage documentation.
I've also noticed that not all constraints where it can be applied mention the Usage
modifier.
I also believe we lack a complete dictionary over the different modifiers we use.
@nunit/framework-team ?