After 2019.1 update broke all tests with error:
no tests found for given includes xxxx.someThingTest
If you are using JUnit5 with Gradle, add below code to build.gradle file.
build.gradle
test { useJUnitPlatform() }
I've got a hint from https://www.baeldung.com/junit-5-gradle