JBehave 在场景期间跨步骤 Give/When/Then 维护数据

发布于 2025-01-07 21:37:12 字数 118 浏览 1 评论 0原文

我已经尝试 JBehave 一段时间了,我需要弄清楚是否存在一种方法可以在一个特定场景的运行期间跨步骤维护数据?我的意思是是否可以在给定/何时/然后的场景中维护状态/数据而不使用 Step Class 下的任何状态变量。

I have been trying JBehave for sometime and I need to figure out if there exists a way to maintain data across steps during the run of one particular scenario ? I mean is it possible to maintain the state/data during a scenario across the Given/When/Then with out using
any state variable under the Step Class.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

牵你手 2025-01-14 21:37:12

是的,您可以将维护共享状态的对象传递给不同的步骤。

jbehave core 演示了这一点。在类 WindowControl

请注意,设置环境的 NoughtsAndCrossesStory 类将 WindowControl 的实例注入到所有步骤中。

Yes, you can pass an object that maintains the shared state to the different steps.

The Noughts And Crosses example in jbehave core demonstrates this. There's some share state between stories that is maintained in the class WindowControl.

See that the class NoughtsAndCrossesStory that sets up the environment injects an instance of WindowControl to all the steps.

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