How to choose when to apply TestGenerator
Answered
I have a custom TestGenerator that I have registered with language `kotlin`.
However it is always applied even for Java classes. I cannot find out how or where to specify whether my custom TestGenerator should be the one that is chosen.
Please sign in to leave a comment.
Please file an issue https://youtrack.jetbrains.com/issues/IDEA and provide your plugin (ideally also sources).
Issue created here: https://youtrack.jetbrains.com/issue/IDEA-338533/Creating-a-custom-plugin-with-a-custom-TestGenerator-registered-with-language-type-kotlin-is-always-invoked-for-Java-type-too