gpt4 book ai didi

junit - 在 Kotlin 和 JUnit 5 中重复 @ExtendWith

转载 作者:行者123 更新时间:2023-12-04 22:44:48 25 4
gpt4 key购买 nike

我在 Kotlin 项目中使用 JUnit 5 并观察到与文档不匹配的行为。
在测试类上使用多个 @ExtendWith 注释时,我收到以下错误:

Repeatable annotations with non-SOURCE retention are not yet supported
enter image description here

Extension section of the JUnit documentation 中,这被列为有效选项。
我正在使用 Kotlin 1.3.10 和 JUnit 5.3.2

为什么我无法在我的测试类上重复 @ExtendWith 注释?

最佳答案

可重复的注释是 not yet supported in Kotlin 。但是,您可以使用 Extensions 注释:

@Extensions(
ExtendWith(...),
ExtendWith(...)
)

关于junit - 在 Kotlin 和 JUnit 5 中重复 @ExtendWith,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53544917/

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