public class TestThreadLocalDelegateExecutorService extends Object
| Constructor and Description |
|---|
TestThreadLocalDelegateExecutorService() |
| Modifier and Type | Method and Description |
|---|---|
void |
testExecute() |
void |
testInvokeAll() |
void |
testInvokeAllWithTimeout() |
void |
testInvokeAny() |
void |
testInvokeAnyWithTimeout() |
void |
testSubmitCallable() |
void |
testSubmitRunnable() |
void |
testSubmitRunnableWithResult() |
public TestThreadLocalDelegateExecutorService()
public void testSubmitCallable()
throws ExecutionException,
InterruptedException
public void testSubmitRunnableWithResult()
throws ExecutionException,
InterruptedException
public void testSubmitRunnable()
throws ExecutionException,
InterruptedException
public void testInvokeAll()
throws ExecutionException,
InterruptedException
public void testInvokeAllWithTimeout()
throws ExecutionException,
InterruptedException
public void testInvokeAny()
throws ExecutionException,
InterruptedException
public void testInvokeAnyWithTimeout()
throws ExecutionException,
InterruptedException,
TimeoutException
Copyright © 2018 Atlassian. All rights reserved.