Search code examples
antjunit4j2objcj2objc-gradle

Exclude all tests that end with Test.java in j2objc


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'
}

Solution

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