English 中文(简体)
Resharper - Long NUnit Unit Test on Building
原标题:Resharper - Run NUnit Unit Tests on Build

在使用视觉演播室进行当地建筑时,能否让Resharper自动在解决方案内进行所有单位测试? 我认为,尼共(NUnit)有一个选择,即“再进行最后测试”,但我看不出这种选择是通过Resharper或VS。

预 收

JP

[Edit] 这可能或可能无关紧要,但我要指出,我是一份撰写中等规模申请的单人。

最佳回答

我并不认为ReSharper有这种选择,但你可以总是转向如下内容:、NCrunch 。 NET。 更清楚的是,它们仍然是比较新的,在边缘地区几乎没有粗略。

问题回答

我建议建立一个建筑文字(MSBuild, nAnt, rake,不管怎样)——利用这一文字来建立你的解决办法,然后对其进行测试。

将你的建筑过程从民主选举学会分离出来,将使你能够为建筑添加更多的东西(其他类型测试、静态检查、风格检查等)。

See this blogenter/a>。





相关问题
run unit tests and coverage in certain python structure

I have some funny noob problem. I try to run unit tests from commandline: H:PROpyEstimator>python src estpython est_power_estimator.py Traceback (most recent call last): File "src est...

How to unit-test an enterprise symfony project?

I´m working on a huge project at my work. We have about 200 database tables, accordingly a huge number of Models, Actions and so on. How should I begin to write tests for this? My biggest problem ...

Code Coverage Tools & Visual Studio 2008 Pro

Just wondering what people are using for code coverage tools when using MS Visual Studio 2008 Pro. We are using the built-in MS test project and unit testing tool (the one that come pre-installed ...

Unit testing. File structure

I have a C++ legacy codebase with 10-15 applications, all sharing several components. While setting up unittests for both shared components and for applications themselves, I was wondering if there ...

Unit Testing .NET 3.5 projects using MStest in VS2010

There s a bug/feature in Visual Studio 2010 where you can t create a unit test project with the 2.0 CLR. https://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=483891&wa=...

Unit Test for Exceptions Message

Is there a simple (Attribute-driven) way to have the following test fail on the message of the exception. [TestMethod()] [ExpectedException(typeof(ArgumentException))] public void ExceptionTestTest() ...

热门标签