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