Tagged Questions

5
votes
2answers
666 views

How do I integrate Machine.Specifications with ReSharper 6?

I'm using ReSharper 6 and I'm trying to get it to pick up my MSpec tests in the Resharper test runner. Unfortunately I can't seem to get this to work. I have copied the MSpec dll files ...
3
votes
2answers
850 views

Using MSpec runner in Visual Studio 2010 and .NET 4

I'm a big fan of MSpec so naturally I wanted to use is right away with VS2010 as well. I have the MSpec runner defined as an external tool in Visual Studio to be able to have it always visible as a ...
2
votes
2answers
100 views

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

I'm using Machine.Specifications and I'm really annoyed by how VS2010/Resharper keeps trying to format my code... for example: Establish context = () => the_cartoon_repository = ...
2
votes
2answers
708 views

How to install MSpec BDD Framework?

Does anyone know if there is an MSpec installer with R# and/or TestDriven.NET support?
2
votes
2answers
1k views

ReSharper doesn't see my Machine.Specification tests

I'm having a problem getting ReSharper to see the Machine.Specification "tests" I've written. The specs run in the ConsoleRunner from mSpec. When I try to "Run Unit Tests" in ReSharper, I get a ...
1
vote
1answer
79 views

Why won't MSpec integrate with ReSharper 6?

I'm having trouble with getting MSpec to work with ReSharper 6. I've just installed MSpec from the NuGet package: Next, I've quit from Visual Studio, opened an elevated command prompt and run the ...
1
vote
3answers
125 views

Changing resharper settings to suit mspec coding

When I create a new test like the following: It should_get_something = () => foo(); When I hit the semi-colon resharper sticks private on the front of the delegate: Private It should_get_something ...
1
vote
1answer
187 views

MSpec in Visual Studio 2010 still does not work properly

Someone asked a similar question before, getting the following error when I run MSpec in Visual Studio 2010: Could not load file or assembly 'Machine.Specifications.dll' or one of its dependencies. ...
1
vote
1answer
315 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
1answer
413 views

MSpec & Resharper test runner problem

I'm using MSpec and Visual Studio 2010 with Resharper 5.1. I've installed the MSpec test runner plugin into resharper but it's not working properly. Here's my test: public class ...
0
votes
1answer
33 views

MSpec and ReSharper test runner shows specification as PASSED when all its tests FAILED

Is this a bug, or expected behaviour? When using MSpec and ReSharper, in the top pane my specification has clearly failed, but the bottom pane shows it as Passed.
0
votes
1answer
180 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
336 views

MSpec runs under ReSharper fine, but TD.NET throws exception

I've been receiving this exception when trying to run mspec specification tests with TD.NET. ------ Test started: Assembly: DesignRightWeb.Specs.dll ------ Error: Runner failure: ...
0
votes
1answer
449 views

MSpec and ReSharper Problem

I've got the latest mspec from the codebetter teamcity site and installed the Resharper5.1 runner as suggested. The runner and the annotations show up fine in the resharper option dialogs. Now even ...
0
votes
3answers
785 views

Help configuring MSpec

rig: win7 64bit, vs2010, mvc v2, TestDriven.Net 3.0, Reshaper 5.0, MSpec 0.3 i recently started a new project and want to use mspec. (1) copied Machine.Specifications.ReSharperRunner.5.0.dll and ...
0
votes
1answer
232 views

Reharper runner plugins for xunit and mspec simultaniously

I have successfully used the Resharper 4.5 runner for xunit tests in vs2008. Now I want to try out MSpec and I want to use the Resharper 4.5 runner for MSpec. But I have them both installed I get an ...