Search code examples
Is it possible to mark a method as explicitly used in C#?...


c#methodsnunitwarnings

Read More
How to inject a fake without disrupting the code being tested...


c#unit-testingdependency-injectionnunit

Read More
How can I convert Assembly.CodeBase into a filesystem path in C#?...


c#.netnunitcodebase

Read More
How to Assert that a specific Exception is not thrown in NUnit?...


c#json.netunit-testingnunit

Read More
The middleware doesn't start automatically, and it doesn't write to Serilog...


c#nunitmiddlewareserilog

Read More
NUnit Test Run Order...


c#.netattributesnunittdd

Read More
How to do internal interfaces visible for Moq?...


c#unit-testingnunitmoqinternals

Read More
Issue with Trigger Auto-Increment in Quartz.NET during NUnit Tests...


c#unit-testingnunitquartz-scheduler

Read More
How can I run multiple test fixtures in parallel using Selenium/NUnit?...


c#selenium-webdriverautomationnunit

Read More
Why can I replace the underlying implementation after extracting the interface?...


c#unit-testingdesign-patternsjunitnunit

Read More
C# - Asserting two objects are equal in unit tests...


c#.netunit-testingtddnunit

Read More
How can I pass dynamic objects into an NUnit TestCase function?...


c#nunit

Read More
Is there a way I can use the Test Description in a conditional Statement in a selenium test in C#?...


c#selenium-webdriverautomated-testsnunit

Read More
How to find path of active app.config file?...


c#.netnunitapp-configconfigurationmanager

Read More
No test is available when running tests in Docker...


c#dockernunitdotnet-test

Read More
Does NUnit re-instantiate classes marked as TestFixtures between each test?...


c#nunitnsubstitute

Read More
NUnit - trying to create a common test but got The test case source could not be found...


c#testingnunit

Read More
How to pass parameters to the dotnet test command while using NUnit or XUnit...


c#seleniumtestingnunitxunit

Read More
Evaluate if two doubles are equal based on a given precision, not within a certain fixed tolerance...


c#nunitfloating-point

Read More
Can't use Excel datasource in specflow, it is not working...


c#excelnunitspecflow

Read More
What sets, and how to control the "id" attribute in an NUnit result file "test-run&qu...


nunit

Read More
Grabbing the output sent to Console.Out from within a unit test?...


c#unit-testingconsolenunit

Read More
Why will Visual Studio 2019 will not run my unit tests?...


visual-studionunit

Read More
NUnit Visual Studio run TearDown on test cancel...


c#automated-testsnunit

Read More
NUnit Test with an array of values...


c#nunit

Read More
Mock class to return By Reference in VB...


vb.netnunitmoq

Read More
How to get .NET code coverage analysis in VS Code?...


c#.netnunitcoverlet

Read More
Counterpart for NUnit attribute [SetUp()] in Visual Studio...


.netvisual-studiovisual-studio-2008unit-testingnunit

Read More
Nunit testing exceptions - how to test `ArgumentOutOfRangeException(paramName, message)`...


c#nunit

Read More
How to make NUnit test wait for thread to complete?...


c#multithreadingnunittcplistenersslstream

Read More
BackNext