The new test runner will work with all third party unit testing frameworks including xUnit and NUnit.
新的测试运行器(test runner)支持所有第三方的单元测试框架,包括xUnit和NUnit。
How are we different? We aim to be BDD (versus standard TDD), so we try to help developers write more expressive and well-factored code than xUnit frameworks.
至于区别嘛,我们的目标是BDD(相比标准的TDD),因此我们尽 力帮助开发人员编写比一般xUnit框架表达性更强,组织更好的代码。
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,不过任何框架都可以实现必要的合同接口。
Additionally, it would be straightforward to generate code and integrate FlexMonkey with any other xUnit framework in the same way we have done for FlexUnit. (Please feel free to volunteer!).
此外,你可以直接将其他任何xUnit框架集成到FlexMonkey中并生成代码,就像我们对FlexUnit所做的一样 (请放心大胆地去做吧)。
Continuous Integration assumes a high degree of tests which are automated into the software: a facility I call self-testing code. Often these use a version of the popular XUnit testing frameworks.
持续集成非常看重测试,并且在软件代码本身中达到了测试自动化——我将其称为自测试代码,通常使用流行的XUnit测试框架的一个版本。
Continuous Integration assumes a high degree of tests which are automated into the software: a facility I call self-testing code. Often these use a version of the popular XUnit testing frameworks.
持续集成非常看重测试,并且在软件代码本身中达到了测试自动化——我将其称为自测试代码,通常使用流行的XUnit测试框架的一个版本。
应用推荐