什么是 DotNetTestRunner responder=fitClient?
我下载了已弃用的 DotNetTestRunner 源代码,并了解响应者在向 fitServer 发出 HTTP 请求时,基本上是测试时要采取的操作。但在 DotNetTestRunner 代码中,它发送responder=fitClient。这是什么?
I downloaded the deprecated DotNetTestRunner source and understand that a responder, when making a HTTP request to fitServer, is basically an action to take with the test. But in the DotNetTestRunner code it sends responder=fitClient. What is this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
它告诉 FitNesse 该请求来自独立的“客户端”进程,而不是由 FitNesse 生成的进程。这段代码大约从 2003 年开始就已经存在了,当时我还没有参与其中,所以我不太了解其背后的原因。
It tells FitNesse that this request is coming from an independent 'client' process rather a process that was spawned by FitNesse. This code has been around since about 2003, before I was involved, so I don't know much about the reasons behind it.