gpt4 book ai didi

mockito - 你能在 Quarkus 测试中监视 Vert.x 事件总线吗?

转载 作者:行者123 更新时间:2023-12-05 06:54:37 25 4
gpt4 key购买 nike

有人知道在 Quarkus 测试中监视 Vert.x 事件总线的方法吗?理想情况下,我想断言在服务层的一个方法中,我们将事件发送到正确的地址,但有人知道这是否可能吗?

如果我只是尝试使用 @InjectMock 我会收到以下错误

io.vertx.core.eventbus.impl.EventBusImpl@5769679b is not a normal scoped CDI bean, make sure the bean is a normal scope like @ApplicationScoped or @RequestScoped

最佳答案

我通过围绕 EventBus 创建一个 ApplicationScoped 委托(delegate)解决了这个问题。可以在 Quarkus 中将此委托(delegate)作为普通 bean 进行模拟和检查。所有直接使用 EventBus 的 Bean 都需要改用 EventBusDelegate。在您的测试中,您可以使用 @InjectMock 注释来注入(inject)模拟的 EventBusDelegate。

关于mockito - 你能在 Quarkus 测试中监视 Vert.x 事件总线吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/65499750/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com