Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in nunit

Why doesn't VSTS Build "Visual Studio Test" step find my NUnit tests?

How to run NUnit test in STA thread?

c# .net-core nunit sta

Getting DRY with Rhino Mocks

Difference between double comparisons in gtest (C++) and nunit (C#)

ASP.NET + NUnit : Good unit testing strategy for HttpModule using .NET 4

asp.net nunit c#-4.0

What are the preferred options, today, for unit testing in Visual Studio 2010?

How Can I get NUnit's ExpectedException attribute to detect an exception's base class?

Code dependency unit testing

c# .net unit-testing nunit

Is it a good way of unit testing to use another, tested function to make preparations for the actual test?

c# unit-testing nunit

Nsubstitute Calls Method in When even though there is DoNotCallBase

Can you pass data to a test fixture just like you pass data to test cases?

nunit

How to run NUnit v2.4.8 tests with NAnt 0.86 beta?

.net unit-testing nunit nant

How do I unit test an implementation detail like caching

c# tdd nunit rhino-mocks

Rhino mocks: Issue with IEnumerator.MoveNext() when stubbing an IEnumerable<T> interface

Entity Framework 4.1 "Code First" SetInitializer not being called again after Database.Delete

Using CollectionAssert.Contains against a collection

c# .net unit-testing nunit

Design issue: static class only initializes once, breaks unit testing

Unit testing: TDD with POCO Objects with navigation properties (relationship fixup)

TDD nUnit multiple asserts for one method

c# nunit

How to write unit test first and code later?

c# unit-testing nunit moq