Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in mspec

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

How to integrate MSpec with MS Build?

Is there a way to share assertions among test classes without inheritance in NUnit?

.net unit-testing nunit mspec

How do I do unit & integration testing in a BDD style in ASP.NET MVC?

asp.net-mvc bdd specflow mspec

Should I use specflow at unit test level? [duplicate]

tdd bdd specflow mspec

Where can I find MSpec documentation?

unit-testing mspec

MSpec and SpecFlow when to use which? What are the advantages/disadvantages of either?

bdd specflow mspec

Am I writing my first MSpec specifications correctly?

c# bdd mspec