开发者

Is it possible to change Intellij's naming convention for unit tests?

开发者 https://www.devze.com 2023-03-26 09:29 出处:网络
I\'m working on a project where the convention is to name test classes TestSomething insteadof SomethingTest. Is it possible to configure Intellij to understand this convention? It would be really nic

I'm working on a project where the convention is to name test classes TestSomething insteadof SomethingTest. Is it possible to configure Intellij to understand this convention? It would be really nice to be able to jump between test a开发者_如何学JAVAnd implementation using Ctrl+Shift-T again!


Jump should work fine with any convention, IDEA is using .*class_name.* pattern for this feature.

0

精彩评论

暂无评论...
验证码 换一张
取 消