How to choose when to apply TestGenerator

已回答

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. 

0

请先登录再写评论。