docs icon indicating copy to clipboard operation
docs copied to clipboard

Documentation for all active NUnit projects

Results 107 docs issues
Sort by recently updated
recently updated
newest added

The current documentation for a test-suite element in the xml file states: **type** The type of suite represented by this element. Currently supported types are Assembly, TestSuite, TestFixture, However, "SetUpFixture"...

type:update
pri:p2

Page at https://github.com/nunit/docs/wiki/XML-Formats needs significant updates. In particular, the section on progress events has almost no information.

type:update
pri:p1

Please, can you write a couple of more examples in the documentation about the Test Selection Language about how to select tests resulting from TestCase attribute or TestFixture various constructing...

@oznetmaster commented on [Thu Mar 19 2015](https://github.com/nunit/nunit/issues/549) In the help display for the console options, every option is prefaced by --. Also, the all show an = as the separator...

type:newpage
pri:p2
area:console

Issue https://github.com/nunit/nunit/issues/4185 was filed against the framework which, after investigation, we determined that the `actual` parameter on the set-based CollectionAssert methods is actually treated as the `expected` value, leading to...

type:update
pri:p1
area:framework

There was an issue with loading config files for in-process runs in 3.16.x of the console runner (https://github.com/nunit/nunit-console/issues/1390). Some investigation found that a past feature to specify the config file...

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. This repository currently has no open or pending branches. ## Detected dependencies dockerfile .devcontainer/Dockerfile...

There is documentation for a [`CollectionContainsConstraint`](https://docs.nunit.org/articles/nunit/writing-tests/constraints/CollectionContainsConstraint.html) but no such class consists in the NUnit source code. The documentation shows examples of code that internally call: `new SomeItemsConstraint(new EqualConstraint(expected));` That is...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/download-artifact](https://togithub.com/actions/download-artifact) | action | major | `v3` -> `v4` | |...

Going for it. No time like the present. I imagine this will be in progress for a little while 😅 Thoughts & feedback always welcome via comments as I go....