For example, I have some tests: TestA.class, TestB.class, TestC.class.
How could I just use "gradle test" to run the TestA, while I can still use "gradle test --tests TestB" to run the TestB.
For example, I have some tests: TestA.class, TestB.class, TestC.class.
How could I just use "gradle test" to run the TestA, while I can still use "gradle test --tests TestB" to run the TestB.