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

Inheritance: SqlPersisterSpecBase
Mostra file Open project: TargetProcess/Target-Process-Plugins

Protected Methods

Method Description
OnInit ( ) : void

Private Methods

Method Description
Compare ( ProfileStorage actual, ProfileStorage expected ) : int
CreateProfileStorages ( ) : Tp.Integration.Plugin.Common.Storage.Persisters.ProfileStorage[]
ShouldDeleteByName ( ) : void
ShouldDeleteByNameWhenNameContainsSpecialCharacters ( ) : void
ShouldDetectContainmentByNameAndValue ( ) : void
ShouldStoreAndRetrieveNamedRecordForProfile ( ) : void
ShouldStoreAndRetrieveNamedRecordForProfileByName ( ) : void
ShouldStoreAndRetrieveNamedRecordForProfileByNameAndValue ( ) : void
ShouldStoreAndRetrieveNamedRecordForProfileByValueKey ( ) : void
ShouldStoreAndRetrieveRecord ( ) : void

Method Details

OnInit() protected method

protected OnInit ( ) : void
return void