Esempio n. 1
0
 @After
 public void tearDown() {
   caches.stop();
 }
Esempio n. 2
0
 @Before
 public void setUp() throws Exception {
   caches = createCacheOnTemp(temp);
   caches.start();
   stack = new InitialOpenIssuesStack(caches);
 }