function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Ken Fitzpatrick 10Ken Fitzpatrick 10 

How do I find all classes and triggers touched by a test class?

As part of a project ot Lightning enable some functionality, I removed an old test class. During the validation portion of the deploy to our UAT sandbox, it was discovered that a particular trigger was getting 0% code coverage. Is there a simple way to see what apex classes and triggers get touched/tested by a test class before deleting it? It appears the only way to do the validation and find out. It would be nice to run a test class and see a list of classes and triggers that received code coverage from that test class.

Thanks!