C# Class Chaos.Portal.IntegrationTest.Data.PortalRepositoryTest

Show file Open project: CHAOS-Community/Portal

Private Methods

Method Description
ClientSettingsGet_GivenGuid_ReturnClientSettings ( ) : void
ClientSettingsSet_CreateNewClientSettings_ReturnOne ( ) : void
GroupCreate_GivenSystemPermissionHigherThatWhatTheUserHas_ThrowInssuficientPermissionException ( ) : void
GroupCreate_WithPermission_ReturnCreatedGroup ( ) : void
GroupDelete_WithPermission_ReturnOne ( ) : void
GroupGet_GivenGuidOfGroupThatExist_ReturnGroup ( ) : void
GroupUpdate_ChangeName_ReturnOne ( ) : void
LogCreate_NewLogEntry_ReturnOne ( ) : void
Make_ClientSettingsThatExist ( ) : ClientSettings
Make_GroupThatDoesntExist ( ) : Group
Make_GroupThatExist ( ) : Group
Make_Module ( ) : Module
Make_Session ( ) : Session
Make_Subscription ( ) : SubscriptionInfo
Make_UserInfoThatExist ( ) : UserInfo
Make_UserSettings ( ) : UserSettings
ModuleGet_ExistingModule_ReturnModule ( ) : void
SessionCreate_GivenUserGuid_ReturnNewSession ( ) : void
SessionDelete_Logout_ReturnOne ( ) : void
SessionGet_GivenGuid_ReturnSession ( ) : void
SessionUpdate_RenewSession_ReturnSessionWithUpdateDateModified ( ) : void
SetUp ( ) : void
SubscriptionCreate_WithPermission_ReturnNewSubscription ( ) : void
SubscriptionDelete_WithPermission_ReturnOne ( ) : void
SubscriptionGet_GivenUserGuid_ReturnAllOfUsersSubscriptions ( ) : void
SubscriptionUpdate_WithPermission_ReturnOne ( ) : void
UserCreate_GivenEmailAndGuid_ReturnOne ( ) : void
UserInfoGetWithGroupPermission_GiveUserWithPermissionToGroup_ReturnAListOfUsers ( ) : void
UserInfoGet_ByEmailGiveUserExist_ReturnUserInfo ( ) : void
UserInfoGet_ByEmailGiveUserTheDoesntExist_ThrowArgumentException ( ) : void
UserInfoGet_ByGuidUserInfoExists_ReturnUserInfo ( ) : void
UserSettingsDelete_ExistingUserSettings_ReturnOne ( ) : void
UserSettingsGet_GivenUserGuid_ReturnUserSettings ( ) : void
UserSettingsSet_UpdateExistingUserSettings_ReturnOne ( ) : void