7879808182838485868788
store.get(Boolean.class)); } finally { context.deactivate(); context.destroy(); } } @Test
157158159160161162163164165166167
throw new RuntimeException(e); } finally { context.deactivate(); context.destroy(); } }; }; setup.setUncaughtExceptionHandler(catcher); setup.start();
201202203204205206207208209210211
throw new RuntimeException(e); } finally { context.deactivate(); context.destroy(); } }; }; setup.setUncaughtExceptionHandler(catcher); Thread check = new Thread()
7677787980818283848586
110111112113114115116117118119120
} } finally { context.deactivate(); context.destroy(); } } @Test public void shouldBeAbleToStackContextOfSameType()