Pitest targetClasses 不通过 ${tests} 检索路径

Pitest targetClasses doesn't retrieve path by ${tests}

我不明白这里发生了什么。我做了一个 属性 (测试),它的路径值为 ${currentdirectory.@{targetClasses}} (当我尝试给 targetClasses 我使用的值时,它存储了“org.apache.commons.lang3”的值) ${test} 但它在 属性 中的 $ 处给我错误。 Pitest是否不允许检索值。

错误:

我将名称从“currentdirectory.@{targetClasses}”更改为“tests”。现在它在 targetTests 中使用 "${tests}.*"