for example, in ant I would use something like
fileset dir = "src / tests" includes = "$ {test.includes}" excludes = "$ {test.excludes}" / ">
in the junit task. There is a Test Runner Parameters field in Run Configurations in Intellij, but I cannot find how to pass this information to.
Basic usage example: I have abstract tests that should extend TestCase, but they run an intellij test runner (and with the error "no tests found ...").
if anyone knows how to do this .. it would be nice :)
source
share