Search code examples
Ignoring (skipping) an NUnit test case without throwing an exception...


c#nunitnunit-3.0

Read More
Add a global [OneTimeSetUp]/[OneTimeTearDown] for tests spanning multiple projects...


c#.netnunitrider

Read More
Why am I missing the "Create Unit Tests..." context menu item in VS 2013?...


c#unit-testingvisual-studio-2013nunitmoq

Read More
Nunit3 OneTimeSetUp and OneTimeTeardown not working...


c#seleniumnunitnunit-3.0

Read More
Most idiomatic way in NUnit to assert equal length on collections...


.netunit-testingcollectionsnunitassert

Read More
Use NUnit Assert.Throws method or ExpectedException attribute?...


c#unit-testingexceptionnunitassert

Read More
Mocking a DbConnection with NUnit/NSubstitute/AutoFixture and InsightDatabase...


c#nunitautofixturensubstitute

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


c#.netnunitcoverlet

Read More
VSTest@2 task doesn't discover NUnit parametrized test cases when using testSelector = testPlan...


azure-pipelinesnunitvstest

Read More
Accessing SearchDescriptor properties for testing...


c#elasticsearchnunitnest

Read More
"No suitable constructor was found" even when I use a base class as basis for parametrized...


c#unit-testingtestinginheritancenunit

Read More
How can I choose .NET Framework when create a NUnit Test Project with Visual Studio 2022?...


visual-studionunitmstest

Read More
How do I setup this (Mock setup)...


nunitmocking

Read More
Replace Console.WriteLine in NUnit...


c#.netdebuggingnunit

Read More
NUnit.Framework.Assert.IsInstanceOfType() is obsolete...


c#nunit

Read More
TestCaseSource produces a IDE0052 warning. How to avoid it?...


c#nunit

Read More
How to pass a value from one test to another one?...


c#automated-testsnunit

Read More
How to use Fluent Assertions to test for exception in inequality tests?...


c#unit-testinglambdanunitfluent-assertions

Read More
NUnit: Running multiple assertions in a single test...


c#unit-testingnunit

Read More
NUnit cannot recognise a TestCase when it contains an array...


c#unit-testingnunittestcase

Read More
C# Unit testing class with a private constructor?...


c#.netunit-testingnunit

Read More
NUnit: Dictionary Assert...


c#dictionarynunit

Read More
Raising an event from a mocked object using Rhino...


c#unit-testingeventsnunitrhino-mocks

Read More
Conditionally Ignore NUnit Testcase...


nunit

Read More
Prevent NUnit tests to run depending on environment...


c#unit-testingseleniumnunit

Read More
Is it possible to parameterize an NUnit test?...


c#nunit

Read More
How to write Performance Test for .Net application?...


.netwcfperformancenunit

Read More
Create a unit test to verify data from a SQL view in a .NET EF Core project...


asp.netunit-testingentity-framework-corenunit

Read More
NUnit TestFixture only on BaseTest class dotnet cli run...


c#unit-testing.net-corenunitrider

Read More
dotnet test with variable string parameter...


c#.netunit-testingtestingnunit

Read More
BackNext