Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in nunit

Assert "at least one item in the result collection matches predicate"

c# nunit nunit-2.6

reusing test suites with multiple implementations?

unit-testing nunit

Unit Testing with WatiN and NUnit

unit-testing nunit watin

How to write Performance Test for .Net application?

.net wcf performance nunit

assert with custom comparison function

c# comparison nunit

Can I cause the NUnit GUI to break into the Visual Studio debugger on a breakpoint/failed test?

NUnit, WatiN SpecFlow and STA Thread Errors

unit-testing nunit watin

NUnit: SetUp and TearDown for each test in a test fixture across multiple Fixtures

c# nunit

C# NUnit parameterized TestCaseSource value identification

c# nunit

Running NUnit Tests in .NET Core with ReSharper

How to do exception handling with nunit and moq?

nunit nunit-2.5

How can my code detect at run time if it compiled for x86 or for Any CPU

wrapping a static class/method in order to unit test it?

c# .net unit-testing nunit moq

How to initialize ConnectionStrings collection in NUnit

moq setup not returning expected value

c# unit-testing mocking nunit

Do the SetUp and TearDown methods need [RequiresSTA] if tests have it?

nunit resharper watin

testing method which create a new thread and result we get from event ( NUnit 2.6 )

c# unit-testing nunit

Problem in reading connection string from App.Config when using NUnit 2.5.2

nunit enterprise-library

Is NUnit's ExpectedExceptionAttribute only way to test if something raises an exception?

c# exception nunit

NUnit tests in a separate project, same solution