【发布时间】:2016-02-13 17:56:52
【问题描述】:
我想对我的测试执行结构搜索,以检测所有看起来像测试但未使用 @Test 注释的方法。
我尝试了这种模式但没有成功(没有找到匹配的代码):
@$Annotation$ public void $method$()
$Annotation$ - text like: ^Test$, min occurs: 0, max occurs: 0
$method$ - text like: should|test, min occurs: 1, max occurs: 1
我做错了什么?
【问题讨论】:
标签: java intellij-idea structural-search