All my integration test had that error message after upgrading from Grails 2.5.1 to 3.2.4. The upgrade includes moving the integration test from test/integration to src/integration-test. IntelliJ 2016.3.4 would not recognize the classes as test classes.
In my case there was a groovy class with a method with excess closing brackets. I.e.:
class A {
public void methodA() {
}
}
}
public void methodB() {
}
}
After removing double "}" my problem was solved.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With