lots of exercises in java... from https://github.com/exercism/java

This exercise has three test classes: SimpleCipherStepOneTest.java, SimpleCipherStepTwoTest.java and SimpleCipherStepThreeTest.java.

To run only one test class (e.g. in this example SimpleCipherStepOneTest.java):

$ gradle test --tests *StepOne*