Home
last modified time | relevance | path

Searched refs:aggregateFileProfiles (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/aws-sdk-java-v2/core/profiles/src/test/java/software/amazon/awssdk/profiles/
H A DProfileFileTest.java314 assertThat(aggregateFileProfiles("[profile in valid]\n" + in invalidProfilesNamesAreIgnored()
393 assertThat(aggregateFileProfiles("[profile foo]\n" + in profilesDuplicatedInMultipleFilesAreMerged()
417 assertThat(aggregateFileProfiles("[profile foo]\n" + in duplicatePropertiesBetweenFilesUsesCredentialsProperty()
588 private Map<String, Profile> aggregateFileProfiles(String configFile, String credentialFile) { in aggregateFileProfiles() method in ProfileFileTest
/aosp_15_r20/external/aws-sdk-java-v2/core/auth/src/test/java/software/amazon/awssdk/auth/credentials/internal/
H A DProfileCredentialsUtilsTest.java72 ProfileFile sourceProfile = aggregateFileProfiles(configSource, credentialsChild); in roleProfileCanInheritFromAnotherFile()
73 ProfileFile configProfile = aggregateFileProfiles(configChild, credentialsSource); in roleProfileCanInheritFromAnotherFile()
303 private ProfileFile aggregateFileProfiles(String configFile, String credentialFile) { in aggregateFileProfiles() method in ProfileCredentialsUtilsTest