@PowerMockIgnore(value={"javax.crypto.*","javax.management.*"}) public class DynamoDBUserAttributesFutureSpec_get_long_TimeUnit extends Object
Modifier and Type | Field and Description |
---|---|
org.junit.rules.ExpectedException |
exceptionRule |
private ExecutorService |
executor |
private long |
maxTimeWaitTermination |
Constructor and Description |
---|
DynamoDBUserAttributesFutureSpec_get_long_TimeUnit() |
Modifier and Type | Method and Description |
---|---|
void |
negativeFlow_throwsTimeoutExceptionIfFutureGetWaitTimeElapsed() |
void |
positiveFlow_returnsExpectedResultsIfFutureGetReturnsIt() |
void |
setUp() |
void |
tearDown() |
private ExecutorService executor
private long maxTimeWaitTermination
public org.junit.rules.ExpectedException exceptionRule
public DynamoDBUserAttributesFutureSpec_get_long_TimeUnit()