-
In @rowo360 's proposal, uses the term "filter" to refer to both the type's of nodes displayed in the NUnit Tree and the various other filtering options such as filtering by category.
I think these a…
-
This test failed https://github.com/icerpc/icerpc-csharp/actions/runs/11842440314/job/33001037790
```
2024-11-14T17:35:36.6503337Z Failed IceRpc:Tests:Transports:Slic:SlicTransportTests:Connecti…
-
As a design issue, we need to decide
* Level of selection: i.e. just success, failure, not run as we have been doing or should we support the full range of possible outcomes, including Inconclusive, …
-
Today FsCheck.NUnit relies on a `< 4.0.0` version of NUnit.
-
I have the following test
[Test]
[TestCase(ThisEnum.Option1, "ABC")]
[TestCase(ThisEnum.Option2, "DEF")]
[TestCase(ThisEnum.Option3, "GHI")]
public void TestSomething(ThisEnum thisEnum, string …
-
### Describe the bug
The `NUnit.Analyzers` project provides a suppressor that suppresses the `CS8616` error when a non-nullable field is being initialized via a `SetUp` or `OneTimeSetUp` method. See: …
-
## Problem description
I downloaded example Parametrized TestFixture file from: [Nunit Parametrized TestFixture](https://docs.nunit.org/articles/nunit/writing-tests/attributes/testfixture.html#parame…
-
## Describe
We use NUnit and want to switch to this action from a deprecated reporter action. It looks like NUnit support (without needing a work-around) was added to main branch but not released. Is…
-
Hello,
I wrote one simple test and it should not be run, but it started:
![image](https://github.com/user-attachments/assets/995570e9-df16-423a-94c5-4822f35d9aba)
My code:
```
using NUnit…
-
I'm not entirely sure what reproduces this, however I do occasionally get a ton of these analyzer errors in the same file:
```
AD0001: Analyzer 'NUnit.Analyzers.ConstActualValueUsage.ConstActualValu…