MbUnit附带的Icarus东西是什么?
时间:2020-03-05 18:49:04 来源:igfitidea点击:
我现在必须多次安装MbUnit,并且它一直伴随着称为
``Gallilo Icarus GUI测试运行器''
我曾经尝试过使用它,认为它只是对MbUnit GUI的更新,但是它无法检测到我的MbUnit测试,有时甚至无法正确打开程序集。
也许我只是忽略了它,但是除了他们与新的测试平台有关之外,我在他们的网站上都找不到很多答案。
有人可以给我更好的解释这是什么吗?
解决方案
回答
根据博客条目MbUnit v3和Gallio alpha 1,
So whats going on here, Gallio is a neutral test platform that is an off shoot from the work we had done on MbUnit v3. Gallio is both a common framework and a set of runners for testing tools. MbUnit v3 uses Gallio as its native test platform, Gallio can also as Jeff mentions run MbUnit, NUnit and XUnit.net tests. For both migration purposes and to help improve how you are using your existing test framework we hope this will prove useful. We still have a lot of work to do but make no secrets of what we are up to, check out our road map. I do want to draw attention to the work we are doing with our new runners. Starting with Icarus, our new GUI.
因此," Gallio是一个中立的测试平台"和" Icarus,(他们的)新GUI"。