public class MaxNumberOfRetriesConditionTest extends Object
| Constructor and Description | 
|---|
MaxNumberOfRetriesConditionTest()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
negativeMaxRetries_ThrowsException()  | 
void | 
positiveMaxRetries_AtMaxAttempts_ReturnsFalse()  | 
void | 
positiveMaxRetries_OneMoreAttemptToMax_ReturnsTrue()  | 
void | 
positiveMaxRetries_PastMaxAttempts_ReturnsFalse()  | 
void | 
zeroMaxRetries_ThrowsException()  | 
public void negativeMaxRetries_ThrowsException()
public void zeroMaxRetries_ThrowsException()
public void positiveMaxRetries_OneMoreAttemptToMax_ReturnsTrue()
public void positiveMaxRetries_AtMaxAttempts_ReturnsFalse()
public void positiveMaxRetries_PastMaxAttempts_ReturnsFalse()
Copyright © 2018. All rights reserved.