Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in mspec

Comparing two lists with MSpec

c# tdd bdd mspec

How to test HTTP status code set by an ASP.NET MVC action with MSpec

How do I build this Expression with Moq without getting a method group error?

Changing resharper settings to suit mspec coding

resharper mspec

Why do I get a NotSupportedException when running MSpec on TeamCity?

teamcity mspec

How do I suppress or fix Visual Studio warnings that MSpec Behaves_like fields are unused?

visual-studio mspec

Using MSpec runner in Visual Studio 2010 and .NET 4

Why doesn't my Equals method get called?

c# tdd mspec

Does MSpec support "row tests" or data-driven tests, like NUnit TestCase?

c# unit-testing mspec

Unexpected Validate behavior with Moq

asp.net-mvc moq mspec

FakeItEasy Proxy methods calls to real implementation

Using Machine.Fakes and WithSubject<TSubject> how do you tell the framework to use a specific constructor argument value when creating the subject

c# mspec machine.fakes

MSpec, what should I put in my [Subject()] attributes?

tdd bdd mspec

Why is MSpec's ShouldBeOfType<T> assertion extension method missing?

mspec

What BDD frameworks are popular in .net?

.net bdd mspec nspec

How do I write generic tests for all implementations of an interface with MSpec?

c# unit-testing bdd mspec

MSpec on Appharbor

How to output a message with an It assertion in MSpec

unit-testing assert mspec

How do I run setup and teardown code with each test in MSpec?

.net nhibernate mspec

Is it possible to create data driven tests with MSpec?

tdd mspec