C# Class Tp.Integration.Plugin.Common.Tests.Common.ProfileStorageSpecs

Mostrar archivo Open project: TargetProcess/Target-Process-Plugins

Private Properties

Property Type Description
AssertEmptySubset void
AssertRetrievedSubset void
AssertRetrievedSubset void
CreateAccount void
CreateProfile void
CreateProfileForAccount void
CreateProfileForAccountAndPlugin void
CreateSubset void
Init void
OverwriteDataForTheSameContext void
ProfileRepositoryShouldContainOneProfile void
ProfileStorageShouldContainListOfStrings void
ProfileStorageShouldContainStringValue void
ReplaceValueInList void
RetrieveDataForSpecificAccountAndProfile void
SaveProfileForSpecificContext void
SetCurrentPluginContext void
ShouldAddEntityToList void
ShouldRetrieveEmptyValueSubsetIfNoStorageNamesProvided void
ShouldRetrieveValueSubsetByName void
ShouldRetrieveValueSubsetByNames void
ShouldUpdateEntityList void
ShouldUpdateValueSubset void
StoreStringValueToListInProfileStorage void
StoreStringValueToProfileStorage void
UpdateSubset void

Public Methods

Method Description
SetCurrentPluginContext ( AccountName accountName, ProfileName profileName ) : void

Private Methods

Method Description
AssertEmptySubset ( ) : void
AssertRetrievedSubset ( string subsetValues ) : void
AssertRetrievedSubset ( string names, string subsetValues ) : void
CreateAccount ( string accountName ) : void
CreateProfile ( string accountName, string profileName ) : void
CreateProfileForAccount ( string profileName, string accountName ) : void
CreateProfileForAccountAndPlugin ( string profileName, string accountName ) : void
CreateSubset ( string storageName, string namedStorageValues ) : void
Init ( ) : void
OverwriteDataForTheSameContext ( ) : void
ProfileRepositoryShouldContainOneProfile ( string accountName, string profileName ) : void
ProfileStorageShouldContainListOfStrings ( string profileName, string accountName, string stringValues ) : void
ProfileStorageShouldContainStringValue ( string profileName, string accountName, string stringValue ) : void
ReplaceValueInList ( string valueToUpdate, string newValue, string profileName, string accountName ) : void
RetrieveDataForSpecificAccountAndProfile ( ) : void
SaveProfileForSpecificContext ( ) : void
SetCurrentPluginContext ( AccountName accountName, ProfileName profileName, string pluginName ) : void
ShouldAddEntityToList ( ) : void
ShouldRetrieveEmptyValueSubsetIfNoStorageNamesProvided ( ) : void
ShouldRetrieveValueSubsetByName ( ) : void
ShouldRetrieveValueSubsetByNames ( ) : void
ShouldUpdateEntityList ( ) : void
ShouldUpdateValueSubset ( ) : void
StoreStringValueToListInProfileStorage ( string stringValue, string profileName, string accountName ) : void
StoreStringValueToProfileStorage ( string stringValue, string profileName, string accountName ) : void
UpdateSubset ( string storageValuesUpdated ) : void

Method Details

SetCurrentPluginContext() public static method

public static SetCurrentPluginContext ( AccountName accountName, ProfileName profileName ) : void
accountName Tp.Integration.Messages.AccountName
profileName Tp.Integration.Messages.ProfileName
return void