No tests found for given includes

Message

No tests found for given includes: [exercise.TestClass1.testMethod1](filter.includeTestsMatching)

Cause

You run test with gradle but test task was not configured properly.

Solution

Configure gradle test task properly,
or use IntelliJ IDEA to build and run. See Enable right-click test running

Link