FitNesse 应用程序配置

发布于 2024-08-13 07:32:24 字数 498 浏览 2 评论 0原文

我很难理解: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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

叹沉浮 2024-08-20 07:32:24

在示例中,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.

━╋う一瞬間旳綻放 2024-08-20 07:32:24

NetRunner 使用列表中第一个 dll 的配置文件。

例如,对于行:

!path C:\Probjects\HelloWorld\bin\Debug\FitNesseHelloWorld1.dll, C:\Probjects\HelloWorld\bin\Debug\FitNesseHelloWorld2.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:

!path C:\Probjects\HelloWorld\bin\Debug\FitNesseHelloWorld1.dll, C:\Probjects\HelloWorld\bin\Debug\FitNesseHelloWorld2.dll

NetRunner will use configuration file "C:\Probjects\HelloWorld\bin\Debug\FitNesseHelloWorld1.dll.config"

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文