FitNesse 应用程序配置
我很难理解:http://www.syterra.com/Fit/AppConfigFiles。 我
如果我的应用程序和装置位于 c:\Projects\App 中,并且 FitNesse 从 c:\Projects\Sandbox\FitNesse 运行,
假设 c:\mypath\myapp.exe.config 将是 c:\Projects \App[MyFixtureAssmbly].config,但我不确定 c:\myfolder\mysuite.config.xml 是什么?
我尝试将它放在带有 Runner.exe.config、fit.dll.config 的 fitSharp 文件夹中,这些名称后面带有 .xml、FitNesse 根文件夹中的 App 目录中。我只是不知道该放在哪里把它放好,这样它就会加载我的app.config?
I am having a hard time understanding: http://www.syterra.com/Fit/AppConfigFiles.html
If my application and fixtures are in c:\Projects\App and FitNesse is running from c:\Projects\Sandbox\FitNesse
I am assuming c:\mypath\myapp.exe.config would be c:\Projects\App[MyFixtureAssmbly].config, but I am unsure of what c:\myfolder\mysuite.config.xml is?
I have tried putting it in the fitSharp folder with Runner.exe.config, fit.dll.config, with .xml after those names, in the FitNesse root folder, in the App directory.. I just can't figure out where to put it so it will load my app.config?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
在示例中,c:\myfolder\mysuite.config.xml 是套件配置文件(请参阅 http: //fitsharp.github.com/FitSharp/SuiteConfigurationFile.html )。这是可选的,并提供了一种从测试页面外部化“技术”配置信息的方法。
如果您不使用其中之一,您仍然可以使用 -a 开关。
In the example c:\myfolder\mysuite.config.xml is a suite configuration file ( see http://fitsharp.github.com/FitSharp/SuiteConfigurationFile.html ). This is optional and provides a way to externalize 'techno' configuration information from the test pages.
If you are not using one, you can still use the -a switch.
NetRunner 使用列表中第一个 dll 的配置文件。
例如,对于行:
NetRunner 将使用配置文件“C:\Proobjects\HelloWorld\bin\Debug\FitNesseHelloWorld1.dll.config”
NetRunner uses configuration file for the first dll from the list.
For exampple, for the line:
NetRunner will use configuration file "C:\Probjects\HelloWorld\bin\Debug\FitNesseHelloWorld1.dll.config"