gpt4 book ai didi

coding-style - 如何在 Intellij Idea 中指定步骤定义原型(prototype)名称?

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

我编写了我的 cucumber 场景以包括以下步骤:

And the frabjous bandersnatch whiffled "Callooh"

输入 alt-enter,选择 Create Step Definition,它会生成:
@And("^the frabjous bandersnatch whiffled \"([^\"]*)\"$")
public void the_frabjous_bandersnatch_whiffled(String arg1) throws Throwable {
// Express the Regexp above with the code you wish you had
throw new PendingException();
}

但是我们的编码标准要求方法使用驼峰式,所以我必须手动更改 the_frabjous_bandersnatch_whiffledtheFrabjousBandersnatchWhiffled .在这种情况下,是否有某个设置会告诉 Idea 使用驼峰式大小写而不是下划线?

此外,当它提供可能的类来放置我的新 stepdef 时,我可以让它过滤到名称以“Steps”结尾的类吗?

最佳答案

可能为时已晚,但也许仍然有帮助:

您可以设置--snippets camelcase intelliJ 中的编辑配置中的选项:

主菜单运行 -> 编辑配置

(我准备了一个截图来展示这一点,但是全能的 Stackoverflow 认为我不值得发布图片,经过深思熟虑,确实!)

关于coding-style - 如何在 Intellij Idea 中指定步骤定义原型(prototype)名称?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18086317/

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