Exclude all tests that end with Test.java in j2objc

47 Views Asked by At

I am struggling to run only tests that end with *Test.java and have this in my configs but test runner does not pick anything with this config, am I missing something?

testPattern {
    include '**/*Test.java'
}
1

There are 1 best solutions below

0
Taras Leskiv On BEST ANSWER

It is working it was not just logging property, it works.