Re: Build speed and LoggerContextRule

2015-09-08 Thread Ralph Goers
Fine with me so long as the tests continue to pass. Ralph > On Sep 8, 2015, at 6:06 PM, Gary Gregory wrote: > > A lot of our tests have: > > @Rule > public final LoggerContextRule ctx = new LoggerContextRule(CONFIG); > > I propose that we shift this where possible to using @ClassRule

Build speed and LoggerContextRule

2015-09-08 Thread Gary Gregory
A lot of our tests have: @Rule public final LoggerContextRule ctx = new LoggerContextRule(CONFIG); I propose that we shift this where possible to using @ClassRule since it is usually the case that the configuration does not need to be reset for each @Test method. Gary -- E-Mail: garydg