Searched refs:aggregateFileProfiles (Results 1 – 2 of 2) sorted by relevance
314 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
72 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