-
Notifications
You must be signed in to change notification settings - Fork 163
Open
Description
Codelens appears for the abstract test class even though it cannot be run directly (IntelliJ redirects you to the classes that inherit from the abstract class instead ...)
Codelens does not appear on the classes that inherit from the abstract test class
Sidebar only runs tests in abstract class resulting in InstantiationException because it's abstract.
whitestock, chor, rdehuyss, benzman81 and acristu