gpt4 book ai didi

testing - Kotlintest - Unresolved 引用 shouldMatchJson

转载 作者:行者123 更新时间:2023-11-28 21:36:25 24 4
gpt4 key购买 nike

似乎我无法从 Kotlintest v3.4.2 访问 shouldMatchJson 匹配器,方法记录在 https://github.com/kotlintest/kotlintest/blob/master/doc/matchers.md 中.我得到 Unresolved reference ,我似乎无法导入它。代码说它是 String 类的扩展方法,但尝试使用字符串甚至 """{}"""但无法访问该方法。难道我做错了什么?所有其他匹配器都可以。

class Test : StringSpec ({
"Test a json" {
"{}".shouldMatchJson("{}")
}
})

unresolved reference

最佳答案

可能是您缺少 json 扩展的导入?

我的 build.gradle 中有这个:

testImplementation "io.kotlintest:kotlintest-assertions-json:3.4.2"

关于testing - Kotlintest - Unresolved 引用 shouldMatchJson,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58343038/

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