Search code examples
Testing for exceptions in async methods...

c#async-awaitnunitfluent-assertions

Read More
How to have multiple test in jira x-ray, for unit test with different testcase after importing Nunit...

c#nunitjiratestcasejira-xray

Read More
Unit test, NUnit or Visual studio?...

c#visual-studiounit-testingnunit

Read More
Using NUnit to test for any type of exception...

c#.netnunit

Read More
NUnit comparing two lists...

c#nunitgeneric-list

Read More
Can NUnit TImeoutAttribute override NUnit Console Runner timeout?...

nunitnunit-3.0nunit-console

Read More
How to have playwright workers execute separate logical paths in an NUnit test?...

nunitblazor-server-sideplaywright

Read More
How to assert that collection contains only one element with given property value?...

c#unit-testingnunitconstraints

Read More
Is there a better way to test this ASP.NET MVC application?...

c#asp.net-mvcunit-testingnunitmoq

Read More
System.Text.Json / NUnit - Unit testing custom Json converter / Utf8JsonReader...

c#nunitsystem.text.json

Read More
Why does Assert.Multiple 'remember' an already caught assertion failure?...

c#.net-corenunit

Read More
What to Unit Test in a piece of code that just returns a list from DB?...

c#.netunit-testingnunit

Read More
NUnit Framework AssertionException with no clear reason why...

c#unit-testingselenium-webdrivernunit

Read More
How to execute specific test classes with Jenkins Build Step...

c#selenium-webdriverjenkinsnunitnunit-console

Read More
NUnit: TestName causes tests to go undiscovered...

nunitvisual-studio-2022testcase

Read More
How to Mock a Service with Moq and Nunit in mvc application - prevent nulls...

c#asp.net-mvcunit-testingnunitmoq

Read More
Deserialize NUnit XML output...

c#nunitnunit-3.0

Read More
Test execution not running with NUnit, Selenium and C#...

c#seleniumautomationnunitnunit-3.0

Read More
I have multiple TestRunParameters in an nunit .runsettings file. How can I loop over them?...

c#nunitrunsettings

Read More
Run selenium NUnit tests in specific order...

c#selenium.net-corenunit

Read More
XUnit, NUnit, MSUnit all run all tests twice VS2022...

nunitxunitvisual-studio-2022

Read More
NUnit Unit tests not showing in Test Explorer with Test Adapter installed...

nunit

Read More
Pass parameters to NUnit test...

c#seleniumjenkinsnunitautomated-tests

Read More
Rider can't resolve symbol for UnityTest although the tests run (OSX, M1)...

unit-testingunity-game-enginenunitrider

Read More
Moq Verify doesn't seem to be working for generic methods...

c#unit-testinggenericsnunitmoq

Read More
Visual Studio Test Explorer doesn't finish running NUnit tests when exception in finalizer is th...

c#garbage-collectionnunitunhandled-exceptionfinalizer

Read More
In Visual Studio Code with C#, how do I run an NUnit test in Release mode?...

c#visual-studio-codenunit

Read More
How to run a web application project (ASP.NET MVC) within C#, NUnit project in Visual Studio 2022...

c#asp.netasp.net-mvcseleniumnunit

Read More
Custom TPL Block: how to test Consume, Release, Reserve...

c#nunittask-parallel-librarytpl-dataflow

Read More
How to mock func delegate in .net...

c#.netmockingnunit

Read More
BackNext