public class CallableBackgroundInitializerTest extends Object
CallableBackgroundInitializer| Constructor and Description |
|---|
CallableBackgroundInitializerTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
testInitExecutor()
Tests whether the executor service is correctly passed to the super
class.
|
void |
testInitExecutorNullCallable()
Tries to pass a null Callable to the constructor that takes an executor.
|
void |
testInitialize()
Tests the implementation of initialize().
|
void |
testInitNullCallable()
Tries to create an instance without a Callable.
|
public CallableBackgroundInitializerTest()
public void testInitNullCallable()
public void testInitExecutor()
public void testInitExecutorNullCallable()
public void testInitialize() throws Exception
ExceptionCopyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.