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

Inheritance: SqlPersisterSpecBase
ファイルを表示 Open project: TargetProcess/Target-Process-Plugins Class Usage Examples

Public Methods

Method Description
GetProfile ( string profileName ) : IProfileReadonly

Private Methods

Method Description
AccountShouldHaveProfiles ( string accountName, string profileNames ) : void
CreateProfile ( string profileName, string accountName ) : void
GetAccount ( string accountName ) : IAccount
JiraLoginInProfileShouldMatch ( string accountName, string profileName, string jiraLogin ) : void
ProfileShouldHaveStringValue ( string profileName, string stringValue ) : void
ProfileShouldHaveStringValues ( string profileName, string stringValues ) : void
PutPluginInLocalDatabaseMode ( ) : void
RemoveProfile ( string profileName, string accountName ) : void
SetJiraLoginInProfile ( string profileName, string jiraLogin, string accountName ) : void
ShouldCreateProfileInLocalDatabase ( ) : void
ShouldDeleteProfileData ( ) : void
ShouldNotSaveNotSerializableValue ( ) : void
ShouldRevertRange ( ) : void
ShouldStoreAccountInfo ( ) : void
ShouldStoreListOfProfileData ( ) : void
ShouldStoreProfileData ( ) : void
ShouldUpdateProfileData ( ) : void
StoreAccount ( string accountName, string profileNames ) : void
StoreValueInProfile ( string stringValue, string profileName ) : void
StoreValueToListInProfile ( string stringValue, string profileName ) : void
UpdateJiraLoginForProfile ( string profileName, string jiraLoginUpdated, string accountName, string pluginName ) : void

Method Details

GetProfile() public static method

public static GetProfile ( string profileName ) : IProfileReadonly
profileName string
return IProfileReadonly