public class BasicProfileConfigLoaderTest extends Object
Constructor and Description |
---|
BasicProfileConfigLoaderTest() |
Modifier and Type | Method and Description |
---|---|
void |
basicProfileWithAccessKeySecretKey() |
void |
blankProfileName() |
void |
duplicateProfile() |
void |
duplicatePropertyPicksLastValue() |
void |
emptyProfileName() |
AllProfiles |
loadProfiles(File file) |
void |
prefixProfilesAreLowerPriorityThanNonPrefixProfiles() |
void |
prefixProfilesCanBeLoaded() |
void |
profileNameWithNoBrackets() |
void |
profileNameWithNoClosingBraces() |
void |
profileNameWithNoOpeningBraces() |
void |
profilesWithServiceSectionIsSupported() |
void |
profilesWithSubPropertiesAreSupported() |
void |
profilesWithSubPropertiesIgnoresDuplicates() |
void |
profileWithNoPropertyValue() |
public void basicProfileWithAccessKeySecretKey()
public void profileNameWithNoBrackets()
public void profileNameWithNoOpeningBraces()
public void profileNameWithNoClosingBraces()
public void blankProfileName()
public void emptyProfileName()
public void duplicateProfile()
public void duplicatePropertyPicksLastValue()
public void profileWithNoPropertyValue()
public void prefixProfilesCanBeLoaded()
public void prefixProfilesAreLowerPriorityThanNonPrefixProfiles()
public void profilesWithSubPropertiesAreSupported()
public void profilesWithSubPropertiesIgnoresDuplicates()
public void profilesWithServiceSectionIsSupported()
public AllProfiles loadProfiles(File file)
Copyright © 2023. All rights reserved.