fileset dir =“src / tests”includes =“$ {test.includes}”excludes =“$ {test.excludes}”/>
在junit任务中。在Intellij的Run Configurations中有一个Test Runner Parameters字段,但我似乎无法找到如何传递这类信息。
基本用例:我有抽象测试,必须扩展TestCase,但是由intellij的测试运行器运行(并且没有“找不到测试...”)。
如果有人知道如何做这件事,那就太好了。)