gpt4 book ai didi

csv - 如何使用 JUnit 5 的 @CsvFileSource 忽略行

转载 作者:行者123 更新时间:2023-12-02 03:21:19 24 4
gpt4 key购买 nike

我正在使用 JUnit 5 的 @CsvFileSource 注释来参数化我的测试用例,但我无法忽略 CSV 文件中的注释。

关于如何做到这一点有什么想法吗?

示例 CSV:

apple fruit sweet
carrot vegetable sweet
// lemon vegetable sour (Ignore this)
banana fruit sweet

最佳答案

在注释行的开头使用#:

apple, fruit, sweet
carrot, vegetable, sweet
# lemon, vegetable, sour
banana, fruit, sweet

关于csv - 如何使用 JUnit 5 的 @CsvFileSource 忽略行,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54681066/

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