I looked at our ant build project the other day and noticed that most of our junit tests run <0.2 seconds, but it takes ant 1-2 seconds to switch between them. This is probably the largest block of time in our typical assembly.
So, I was wondering if I created a test suite, would help remove the overhead for each test and just spend the overhead once for a whole block of tests? Also, does anyone have any better idea?
source share