public class BlockingExecutorTestCase
extends Object
- Author:
- Paul Ferraro
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
BlockingExecutorTestCase
public BlockingExecutorTestCase()
-
Method Details
-
testExecuteRunnable
@Test
public void testExecuteRunnable()
-
testExecuteExceptionRunnable
@Test
public void testExecuteExceptionRunnable()
throws
Exception
- Throws:
Exception
-
testExecuteSupplier
@Test
public void testExecuteSupplier()
-
testExecuteExceptionSupplier
@Test
public void testExecuteExceptionSupplier()
throws
Exception
- Throws:
Exception
-