C# Class NuGet.Test.PackageSourceProviderTest

Datei anzeigen Open project: xero-github/Nuget

Private Methods

Method Description
AssertKVP ( string>.KeyValuePair expected, string>.KeyValuePair actual ) : void
AssertPackageSource ( PackageSource ps, string name, string source, bool isEnabled ) : void
CallSaveMethodAndLoadMethodShouldReturnTheSamePackageSet ( ) : void
CreatePackageSourceProvider ( ISettings settings = null ) : IPackageSourceProvider
GetAggregateHandlesInvalidUriSources ( ) : void
GetAggregateReturnsAggregateRepositoryForAllSources ( ) : void
GetAggregateSetsIgnoreInvalidRepositoryProperty ( ) : void
GetAggregateSkipsDisabledSources ( ) : void
GetAggregateSkipsInvalidSources ( ) : void
GetAggregateWithInvalidSourcesThrows ( ) : void
LoadPackageSourcesIgnoresInvalidCredentialPairs ( string userName, string password ) : void
LoadPackageSourcesPerformMigrationIfSpecified ( ) : void
LoadPackageSourcesReadsCredentialPairs ( ) : void
LoadPackageSourcesReturnCorrectDataFromSettings ( ) : void
LoadPackageSourcesReturnCorrectDataFromSettingsWhenSomePackageSourceIsDisabled ( ) : void
LoadPackageSourcesReturnsDefaultSourcesIfSpecified ( ) : void
LoadPackageSourcesReturnsEmptySequenceIfDefaultPackageSourceIsEmpty ( ) : void
LoadPackageSourcesReturnsEmptySequenceIfDefaultPackageSourceIsNull ( ) : void
ResolveSourceIgnoreDisabledSources ( ) : void
ResolveSourceLooksUpNameAndSource ( ) : void
ResolveSourceReturnsOriginalValueIfNotFoundInSources ( ) : void
SavePackageSourcesSaveCorrectDataToSettings ( ) : void
SavePackageSourcesSaveCorrectDataToSettingsWhenSomePackageSourceIsDisabled ( ) : void
SavePackageSourcesSavesCredentials ( ) : void
TestNoPackageSourcesAreReturnedIfUserSettingsIsEmpty ( ) : void