Tagged Questions

7
votes
1answer
152 views

MSpec on Appharbor

It it possible to execute mspec tests on appharbor aside from adding build action ?
6
votes
1answer
1k views

How to integrate MSpec with MS Build?

Few days ago I watched a BDD screencast by Rob Conery. In the video he showed how to use MSpec, so I downloaded it and played with the bits. What I want now is to integrate MSpec with MS Build, but I ...
3
votes
4answers
926 views

What BDD frameworks are popular in .net?

I've recently been getting into BDD and think it holds great promise as a way to get a stakeholder's voice back in the apps we, as developers, create for them. What's your favorite BDD framework and ...
1
vote
1answer
227 views

MSpec: Run generic setup and tear down code with each test

I have generic code for setting up and tearing down NHibernate, which I need on pretty much all my tests. Example: [Subject("Accessing the TAE allocation page")] public class ...
1
vote
1answer
336 views

Cannot run mspec.exe with Syste.Data.SQLite.dll x86, but it works in R# MSpec runner

I use mspec for my tests and have a NHiernate Setup using SQLite x86 for my database in the tests. The problem is that when i run my test using the mspec r# runner everything works fine but running it ...
1
vote
2answers
122 views

Resharper 5.0 and Machine.Specification (Individual Tests are grayed out)

I am having an issue with running Machine Specification tests using Resharper 5.0. The individual tests appear as greyed out in the Reshaper Test Runner and I am also not able to debug them using the ...
1
vote
1answer
327 views

How to write specs with MSpec for code that changes Thread.CurrentPrincipal?

I've been converting some old specs to MSpec (were using NUnit/SpecUnit). The specs are for a view model, and the view model in question does some custom security checking. We have a helper method ...
0
votes
1answer
196 views

DLL issue with MSpec ReSharper plugin

I am trying to get the MSpec plugin to work with ReSharper 5.1 running Visual Studio Premium 2010. I have followed the install procedure and copied the Machine.Specification.dll and ...
0
votes
2answers
309 views

Code Coverage with MSpec

Can anyone recommend a free code coverage tool for use with MSpec on VS2010/.NET4? Can TD.NET do this?