JUnit\'s @BeforeClass annotation must be declared static if you want it to run once before all the @Test methods. However, this cannot be used with dep
@BeforeClass
@Test