English 中文(简体)
3. 管理问题
原标题:MSpec and ReSharper Problem

我从护卫的队部穿过最新的光谱,并按建议安装了Resharper5.1操作器。 操作员和说明在“收获”方案方言中表现得奖。

现在,即便有了说明图书馆,我仍然得到“从未使用过雷场xxx”的警告,当我要求哈尔伯在解决办法中进行所有测试时,它似乎没有发现我的规格。

我已经敲响了钟。

使用第5.1号决议。

最佳回答

“从未使用过现场Xyz”的警示只有在有<代码>的课堂上才发出。 主题属性。 如果你不使用<代码>Subject,你可以在你的光谱项目中解脱第169号警告,以此解决这一问题。

解决你的问题有一些问题:

  1. Did your enable MSpec under ReSharper | Options | Unit Testing?
  2. Do specification runs for projects (as opposed to solution runs) work for you?
  3. Can you start specifications by clicking the green/yellow icon in the gutter?
  4. Does the Unit Text Explorer window correctly reflect the solution s contexts and specifications?
问题回答

暂无回答




相关问题
Resharper Exception rethrow possibly intended

Consider this method (pardon the sad attempt at Chuck Norris humor :) ): public class ChuckNorrisException : Exception { public ChuckNorrisException() { } public ChuckNorrisException(...

Resharper Auto Complete Statement

I know it s probably something easy, but I just couldn t figure it out. Say I have the following code string name; name.LastIndexOf("aaa"); After I type the single quote Resharper will added ...

Resharper Suggestion Color Issue

I have a strange bug in resharper 4.5 in VS 2005. Instead of doing the usual underline for a suggestion -- IE: telling me that a using statement is unnecessary, it is setting the background to red in ...

StyleCop for ReSharper

I like stylecop and we use it to enforce coding standards. I dont like the fact that there is no way to automatically fix problems. So was thinking of making a plugin. Once I realised that 2010 is ...

How to repair Resharper?

I have problem with Resharper - all it s menu options are greyed, no shortcuts working... I ve tried run installer with repair option - no success Also tried uninstall / install back - same.. :( ...

Shortcut to turn on Resharper

Usually I start VS2008 without Resharper because it makes VS startup way too slow and I just need to fix a bug. But sometimes, I do want to turn on Resharper. Is there a way to setup a keyboard ...

热门标签