Search code examples
Does .NET Core work with the NUnit console runner?...

.net-corenunit

Read More
Running specific test case not triggering in nunit...

c#nunitnunit-3.0

Read More
ASP.NET MVC, HttpContext.Current is null while mocking a request...

asp.net-mvcunit-testingsessionmockingnunit

Read More
Specflow - TearDown failed for test fixture - System.ArgumentNullException : Value cannot be null. (...

c#visual-studio-codeautomated-testsnunitspecflow

Read More
How Do I Assert Against a Class Attribute?...

c#selenium-webdrivernunit

Read More
How can I run NUnit tests in Visual Studio 2017?...

visual-studiovisual-studio-2017nunitvstestvisual-studio-2019

Read More
Send command line arguments to specflow tests...

c#nunitspecflow

Read More
DriverManager behaves differently in derived tests from Project A and Project B...

c#selenium-webdrivernunitwebdriver-manager

Read More
How to unit test static readonly HttpClient?...

c#unit-testingnunitnunit-3.0.net-4.7

Read More
What happens if I specify a timeout value in nunit-console, but a smaller MaxTime in a specific test...

nunit

Read More
Unit testing MongoWriteExceptions...

c#mongodbnunitmoqmongodb-.net-driver

Read More
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
BackNext