Simple way of finding tests that use updated methods

I am probably missing something really simple here so hope you can help!

If I add new parameters to a method, is there a simple way to highlight all of the places in all of my tests that use the method that I need to update.

Currently just running a complete suite and fixing failures but that doesn’t seem right.

Thanks

I beleive Ctrl+H will bring up the search dialog that can search all of your codebase.

4 Likes

I knew it would be simple!
Thank you :slight_smile: