I have different input data for a Java application.
Is there an easy way to see which methods and at best which code path are "touched" when using a certain set of input data?
Best solution would give some statics on how much of the code paths are run with that set of example data.