Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in mspec

Machine.Specifications and Entity Framework Examples

Can you integrate MSpec with the MonoDevelop test runner?

monodevelop mspec

How to develop input object with TDD / BDD?

unit-testing tdd bdd mspec

How is static object state shared/set between MSpec contexts?

mspec

Can MSpec Test Adapter in Visual Studio run behaviours?

Converting MSpec tests to plain NUnit

tdd comparison nunit bdd mspec

Is this a clean BDD/MSpec test?

unit-testing bdd mspec

How do I get ReSharper to stop placing explicit access modifiers on my MSpec members?

c# resharper mspec

Testing ActionFilterAttributes with MSpec

Rhino Mocks: stubbing value used in assertion?

Why is this inherited Establish executed multiple times?

c# mspec resharper-9.0

How do I break down a "full stack" feature into acceptance, integration, and unit tests?

unit-testing tdd bdd watin mspec

Why won't MSpec integrate with ReSharper 6?

DRY-ing very similar specs for ASP.NET MVC controller action with MSpec (BDD guidelines)

c# asp.net-mvc bdd mspec

Do I need NUnit now that I've migrated all my unit tests to MSpec?

unit-testing tdd nunit bdd 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