Search code examples
"Code Coverage Results" Missing in Visual Studio...


c#visual-studiounit-testingnunitcode-coverage

Read More
Can I have code that executes before and after tests are run by NUnit?...


c#nunit

Read More
Limit number of parallel threads in NUnit Project...


c#seleniumnunit

Read More
Mocking created object which then added to dictionary...


c#unit-testingnunitmoq

Read More
NUnit: Mock setup fails if method is setup with actual argument...


c#mockingnunit

Read More
how do you specify that an NUnit test should fail?...


nunit

Read More
API strategy of known .Net projects...


.netnunitversioningapi-design

Read More
Nunit testing with Mock. Instance of Interface...


c#mockingnunitmoqsimple-injector

Read More
Unit testing a class that contains multiple continuous tasks at the background...


c#mockingnunitmoqtcpclient

Read More
C# NUnit testing...


c#testingnunit

Read More
NUnit async task fails "Method has non-void return value, but no result is expected"...


visual-studionunitresharpernunit-3.0

Read More
NUnit, is it possible to continue executing test after Assert fails?...


.netunit-testingnunit

Read More
How to write unit test for azure function (Httptrigger) with ILogger...


dependency-injectionnunitazure-functionsmstestazure-functions-runtime

Read More
Ensuring Safe Parallel Execution of Tests with Shared Object Initialization in Base Class...


.netnunit

Read More
Avoid shared memory between ASP.NET Core integration tests...


.netasp.net-coretestingnunitintegration-testing

Read More
FluentAssertions Throw() not listed to use...


c#nunitfluent-assertions

Read More
Error when attempting to run SpecFlow NUnit test: "Cannot access a disposed object. Object name...


c#nunitspecflow

Read More
How to automatically convert all assertions of a "classical model" into assertions of a &q...


c#.netnunit

Read More
How to configure RestSharp test to run on AzureDevOps...


c#azure-devopsazure-pipelinesnunitrestsharp

Read More
Why does Resharper not pick up my NUnit tests?...


nunitresharper

Read More
NUnit SetUpFixture attribute equivalent in xUnit?...


nunitxunit.net

Read More
Running "dotnet test" causes referenced project to not have nuget reference?...


c#nugetnunit.net-6.0dotnet-test

Read More
System.BadImageFormatException caused by NUnit project...


c#64-bitnunitbadimageformatexception

Read More
Assert.IsEmpty deprecated...


c#testingnunitaxe

Read More
I get the Error CS0104 'Assert' is an ambiguous reference between 'NUnit.Framework.Asser...


c#visual-studiounit-testingc#-4.0nunit

Read More
NUnit failed to load DLL...


c#visual-studio-2013nunit

Read More
Mocking DynamoDB in an AWS Lambda Unit Test...


c#aws-lambdaamazon-dynamodbnunitaws-serverless

Read More
Running in "No report files specified" when trying to generate test coverage in docker pip...


c#docker.net-corenunittest-coverage

Read More
Selenium runs very slow with headed web driver in VS debug mode and NUnit test run...


c#selenium-webdriverdebuggingnunit

Read More
How to filter NUnit tests by category using "dotnet test"...


c#.net-corenunitdotnet-cli

Read More
BackNext