Search code examples
How to test blocking function?...


c#nunit

Read More
NUnit3TestDiscoverer throws an exception, no tests visible in Test Explorer...


visual-studio-2015nunit

Read More
How can I use string interpolation in a parameterized test?...


c#nunit

Read More
How do I set up NUnit in Visual Studio 2022?...


nunitvisual-studio-2022

Read More
How do I break on assert failures when debugging?...


unit-testingvisual-studio-2019nunitresharpervisual-studio-2022

Read More
MassTransit request/response - The host was not found for the specified address...


c#.netrabbitmqnunitmasstransit

Read More
NSubstitute: Setup a mocked method to fail on the first call, and succeed on the second...


c#unit-testingnunitnsubstitute

Read More
How Can I Parameterize Page Elements for a Test?...


c#nunit

Read More
Why does Has.All.Property(nameof(Type.Namespace)) fail when attempting to assert on a collection of ...


c#nunit

Read More
Unit Tests for comparing text files in NUnit...


unit-testingnunitdifftext-files

Read More
Running Specflow tests in parallel: BoDi.ObjectContainerException : An object has been resolved for ...


c#selenium-webdriverselenium-chromedrivernunitspecflow

Read More
NSubstitute - TestFixture 1 causes AmbiguousArgumentsException in TestFixture 2...


c#nunitnsubstitute

Read More
How do you pass a c# record into an NUnit test with TestCaseSource?...


c#parametersnunitrecord

Read More
NUnit and testing in different threads...


c#.netmultithreadingnunitsemaphore

Read More
NUnit: Test case source cannot be found...


c#nunit

Read More
Getting VSProjectLoader extension as part of dotnet-nunit CLI...


.netnunitdotnet-cli

Read More
Are there real differences between NUnit and Microsoft's Unit Testing Framework (VS 2008)?...


visual-studio-2008unit-testingtestingnunit

Read More
Xamarin Android Nunit tests discoverable in test explorer, but aren't discovered when running te...


androidunit-testingxamarinvisual-studio-2017nunit

Read More
How to test a gRPC client in a parallel for with NUnit?...


c#.netasync-awaitnunitgrpc

Read More
How can I pass the JSON values as parameters in the method?...


c#unit-testingselenium-webdrivernunit

Read More
MediatR is returning null while unit testing controller...


c#unit-testingasp.net-web-apinunitmediatr

Read More
Mocking is not working to inner function where HTTPwrapper class method gets called...


c#mockingnunitmoqdotnet-httpclient

Read More
Get function for searching is not giving the search result but returning all the elements while unit...


c#unit-testingasp.net-core-webapinunitweb-api-testing

Read More
c# Nunit .Is.EquivalentTo not behaving as expected for a List<T>...


c#nunit.net-4.5

Read More
Unable to create fake of request.Uri...


c#.netunit-testingnunitfakeiteasy

Read More
Asserting a Record while excluding specific properties - NUnit...


c#unit-testingasp.net-corenunitnunit-3.0

Read More
Change name of NUnit test...


c#.netunit-testingnunit

Read More
Make NUnit have unique results <mytest1>.xml instead of TestResult.xml...


nunitnunit-console

Read More
c# TDD first time in ServiceBase...


c#nunittddmoqninject

Read More
Getting the Compiler Error CS0122 - 'member' is inaccessible due to its protection level - w...


c#nunitcompiler-errors

Read More
BackNext