I'm using Intellij IDEA to program a project in java. I'm trying to test a class which I've changed and I want to get a list of all the tests that use it on any level.
Is there a way to do it in Intellij? Any external tool apart from IDEA can be good too.
I know how to get the direct unit tests(That's possible using CTRL+SHIFT+t) but I also want other tests as well that test the class on more complex level).
I want to find tests that might use the class C as follows:
Test A runs class B which uses class C.
So I want to find Test A and other like it.
Aucun commentaire:
Enregistrer un commentaire