I have test cases that do a lot of initialisation in the setUp method and hence report as running very slowly. I'm not interested in how long the setUp takes (in my case that time is populating a test in-memory database) but I am interested in how long the tests take to run.
I'd like a way to (possibly as an option) exclude the setUp (and tearDown) times from the test statistics reporting.