ManagedExecutorServiceTest test = new ManagedExecutorServiceTest(executorService);
test.testContextMigration(false);
}
public void testSecurityContextMigration() throws Exception {
ManagedExecutorServiceTest test = new ManagedExecutorServiceTest(executorService);
test.testContextMigration(true);
}