nunit
- 网络单元测试
-
The new test runner will work with all third party unit testing frameworks including xUnit and NUnit .
新的测试运行器(testrunner)支持所有第三方的单元测试框架,包括xUnit和NUnit。
-
When using a coded solution like NUnit , unit testing artifacts must be kept up to date manually .
当使用需要编码的解决方案时,如NUnit,单元测试工件需要手动地与日期保持同步。
-
We call it the NUnit Extended Testing Platform , to distinguish it from the current NUnit Framework .
我们把它叫做NUnit扩展测试平台,以区别于目前的NUnit框架。
-
Constraint based Assert model : In addition to the traditional assertions , NUnit allows you to say : Assert .
基于约束的断言模式:除了传统的断言,NUnit允许这样写:Assert.That(myString,newEqualConstraint(“Hello”));
-
Download TestNG : A powerful , easy-to-use testing framework inspired by JUnit and NUnit .
下载TestNG:一种功能强大、易于使用的测试框架,得益于JUnit和NUnit。
-
Avoid unnecessary problems , add some NUnit tests to your project and you will be able to test for errors with each small step you make .
若要避免不必要的问题,则应添加NUnit单元测试放到项目中。在你执行每一小步重构时,就能够及时发现错误。
-
However , a number of people asked for a quicker release that included features provided by other test frameworks , which are currently missing from NUnit .
然而,很多人希望更快的发布其他的测试框架所提供的特性,这些正是我们的NUnit所缺乏的特性。
-
Additionally , these same techniques can be incorporated into your own unit testing harness and are relevant even if you 're using an existing framework like NUnit .
另外,即使您正在使用一个已有的框架(如Nunit),这些相同的技术也可以整合到您自己的单元测试管理中并相关。
-
Download TestNG : A testing framework inspired by JUnit and NUnit but introducing some new features that make it more powerful and easier to use .
下载TestNG:一个受JUnit和NUnit启发而创建的测试框架,但该框架引入了一些新特性,使其功能更强大,也更容易使用。
-
Both NUnit and console runnable tests
可以在NUnit和控制台中运行的测试
-
Tools like JUnit and NUnit allow for low-level manipulation of a developer 's functions , and they offer a standard reporting structure for pass / fail results .
像JUnit和NUnit的工具会虑及开发人员功能的低级别操作,且它们提供用于报告通过或失败结果的标准报告结构。
-
This API ( again , borrowed from NUnit ) is very easy and intuitive to read , which I think is a very important part of unit testing .
这个API(从NUnit借鉴而来)非常简单易读,我认为这在单元测试中是非常重要的。
-
Microsoft will provide the hooks needed for the most common frameworks such as NUnit and xUnit , though any framework could potentially implement the necessary contracts .
微软会提供钩子给最常用的框架,包括NUnit和xUnit,不过任何框架都可以实现必要的合同接口。
-
While most teams will probably continue to use third-party unit testing tools such as NUnit for other reasons , MSTest is at least one step closer to being a viable option .
虽然大部分团队可能会因为其他原因还是继续使用第三方单元测试工具,如NUnit,不过这个增强让MSTest至少在成为一种可行选择的过程中更近了一步。