Register a Gallio zip installation with TestDriven.Net

一世执手 提交于 2019-12-25 00:23:09

问题


I want to register a copy of the Gallio zip installation with TestDriven.Net. In another thread, a member has mentioned that the Gallio installer needs to run after the TD installer in order to register Gallio with TD. Unfortunately, I can't run the lastest Gallio installer per corporate policy. Is there a way around this problem? Thanks.

Update: Manually editing the registry worked for me.

On Windows XP, under HKEY_CURRENT_USER/Software/MutantDesign/TestDriven.NET/TestRunners, Add key Gallio.

Under Gallio, add

  1. AssemblyPath - /bin/TDNet/Gallio.TDNetRunner.dll
  2. TypeName - Gallio.TDNetRunner.GallioTestRunner
  3. TypeName_Resident - Gallio.TDNetRunner.GallioResidentTestRunner

Then change

  1. (Default) - 25

回答1:


You should be able to use Gallio.Utility to install the td.net plugin:

http://www.gallio.org/wiki/doku.php?id=tools:setup_utility_command



来源:https://stackoverflow.com/questions/9023667/register-a-gallio-zip-installation-with-testdriven-net

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!