Esempio n. 1
0
 @After
 public void afterEachTest() throws Exception {
   container.checkAndReset();
 }
Esempio n. 2
0
 @Test
 public void shouldNotInterfereWithInterrupt() throws Exception {
   container.execute(ShouldInterrupt.class);
 }
Esempio n. 3
0
 @AfterClass
 public static void tearDown() throws Exception {
   container.close();
 }