gpt4 book ai didi

Kotlin MockK : io. mockk.MockKException:找不到答案

转载 作者:行者123 更新时间:2023-12-02 13:13:04 26 4
gpt4 key购买 nike

这是我的代码片段:

@Test
fun `request should return anon id if query param present`(@MockK(relaxed = true) req: ServerRequest)

我正在使用 JUnit5(Jupiter)。我得到的异常(exception)是:

io.mockk.MockKException: 找不到答案:ServerRequest(#1).cookies()

这很奇怪,因为如果我正确理解 relaxed,我的 ServerRequest 实例应该总是有一些 value .

为什么不是我的情况?

最佳答案

我在写这个问题时发现还有另一种选择可以通过 @RelaxedMockK 来指定放松。想象一下我的惊喜,它有效:

@Test
fun `request should return anon id if query param present`(@RelaxedMockK req: ServerRequest) {

关于Kotlin MockK : io. mockk.MockKException:找不到答案,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54349336/

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