public class AwsRegionProviderChainTest extends Object
Constructor and Description |
---|
AwsRegionProviderChainTest() |
Modifier and Type | Method and Description |
---|---|
void |
firstProviderInChainGivesRegionInformation_DoesNotConsultOtherProviders() |
void |
lastProviderInChainGivesRegionInformation() |
void |
noProviderGivesRegion_ThrowsAmazonClientException() |
void |
providerThrowsError_DoesNotContinueChain()
Only Exceptions should be caught and continued, Errors should propagate to caller and short
circuit the chain.
|
void |
providerThrowsException_ContinuesToNextInChain() |
public void firstProviderInChainGivesRegionInformation_DoesNotConsultOtherProviders()
public void lastProviderInChainGivesRegionInformation()
public void providerThrowsException_ContinuesToNextInChain()
public void providerThrowsError_DoesNotContinueChain()
public void noProviderGivesRegion_ThrowsAmazonClientException()
Copyright © 2017. All rights reserved.