Пример #1
0
 @After
 public void afterEachTest() throws Exception {
   container.checkAndReset();
 }
Пример #2
0
 @Test
 public void shouldNotInterfereWithInterrupt() throws Exception {
   container.execute(ShouldInterrupt.class);
 }
Пример #3
0
 @AfterClass
 public static void tearDown() throws Exception {
   container.close();
 }