Feature Request
The test methods (the first and last in particular) contain timings for the before and after methods. It would be nice to have especially the @before and @after method timings reported separately.
I have tests where there's a fair amount of time taken for the setup in particular (system initialization stuff mainly).
The before-each and after-each methods tend to be very lightweight, so are less important to separate out IMO.
Feature Request
The test methods (the first and last in particular) contain timings for the before and after methods. It would be nice to have especially the @before and @after method timings reported separately.
I have tests where there's a fair amount of time taken for the setup in particular (system initialization stuff mainly).
The before-each and after-each methods tend to be very lightweight, so are less important to separate out IMO.