Hi developers, I'm trying to figure out how to run a single java test with gradlew. I'm sure there's a simple answer to my question, but I can seem to figure this one out.
Specifically, I'm trying to run the scheduler tests in (/src/test/java/org/apache/aurora/scheduler) ResourcesTest.java. I've tried the following (and variation) to no avail: $ ./gradlew test --tests org.apache.aurora.scheduler.Resources* ... FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':commons:test'. > No tests found for given includes: [org.apache.aurora.scheduler.Resources*] ... I appreciate the help!