C# Класс SenseNet.ContentRepository.Tests.NotificationTests

Наследование: TestBase
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
AddPathToDelete void
CreateResourceFile void
DestroyPlayground void
Init void
LoadOrCreateUser User
Notification_ConfigParsing_Daily void
Notification_ConfigParsing_Monthly void
Notification_ConfigParsing_Weekly void
Notification_Event_Copy void
Notification_Event_CreationAndDeletion void
Notification_Event_DeleteRestore void
Notification_Event_Modification_MajorAndMinor void
Notification_Event_Modification_MajorOnly void
Notification_Event_Modification_None void
Notification_Event_Move void
Notification_Event_MoveWithDeepSubscription void
Notification_Event_Rename void
Notification_Event_WithoutSubscription void
Notification_Message1 void
Notification_Message2 void
Notification_Message_LastExecutionTime void
Notification_NextTime_Daily void
Notification_NextTime_Monthly_EveryDayNr void
Notification_NextTime_Monthly_LastWeekDay void
Notification_NextTime_Monthly_WeekNrWeekDay void
Notification_NextTime_Weekly void
Notification_Subscribe_GetSubscriptionsByUser void
Notification_Subscribe_Unsubscribe void
Notification_Subscribe_UnsubscribeAll void
Notification_Subscribe_UnsubscribeFromContent void
Notification_SubscriptionActivation void
Notification_SubscriptionActivation_Static void
Notification_SubscriptionQueryMethods void
Notification_SubscriptionSave void
Notification_Timer_1 void
ResetDatabaseAndConfig void
TestNextDailyTime string
TestNextMonthlyTime_EveryDayNr string
TestNextMonthlyTime_LastWeekday string
TestNextMonthlyTime_WeekNrWeekday string
TestNextWeeklyTime string

Приватные методы

Метод Описание
AddPathToDelete ( string path ) : void
CreateResourceFile ( ) : void
DestroyPlayground ( ) : void
Init ( Microsoft.VisualStudio.TestTools.UnitTesting.TestContext testContext ) : void
LoadOrCreateUser ( string name, string fullName, Node parentFolder ) : User
Notification_ConfigParsing_Daily ( ) : void
Notification_ConfigParsing_Monthly ( ) : void
Notification_ConfigParsing_Weekly ( ) : void
Notification_Event_Copy ( ) : void
Notification_Event_CreationAndDeletion ( ) : void
Notification_Event_DeleteRestore ( ) : void
Notification_Event_Modification_MajorAndMinor ( ) : void
Notification_Event_Modification_MajorOnly ( ) : void
Notification_Event_Modification_None ( ) : void
Notification_Event_Move ( ) : void
Notification_Event_MoveWithDeepSubscription ( ) : void
Notification_Event_Rename ( ) : void
Notification_Event_WithoutSubscription ( ) : void
Notification_Message1 ( ) : void
Notification_Message2 ( ) : void
Notification_Message_LastExecutionTime ( ) : void
Notification_NextTime_Daily ( ) : void
Notification_NextTime_Monthly_EveryDayNr ( ) : void
Notification_NextTime_Monthly_LastWeekDay ( ) : void
Notification_NextTime_Monthly_WeekNrWeekDay ( ) : void
Notification_NextTime_Weekly ( ) : void
Notification_Subscribe_GetSubscriptionsByUser ( ) : void
Notification_Subscribe_Unsubscribe ( ) : void
Notification_Subscribe_UnsubscribeAll ( ) : void
Notification_Subscribe_UnsubscribeFromContent ( ) : void
Notification_SubscriptionActivation ( ) : void
Notification_SubscriptionActivation_Static ( ) : void
Notification_SubscriptionQueryMethods ( ) : void
Notification_SubscriptionSave ( ) : void
Notification_Timer_1 ( ) : void
ResetDatabaseAndConfig ( ) : void
TestNextDailyTime ( int testNr, int configHour, int configMinute, string nowstr, string expectedstr ) : string
TestNextMonthlyTime_EveryDayNr ( int testNr, int configHour, int configMinute, int day, string nowstr, string expectedstr ) : string
TestNextMonthlyTime_LastWeekday ( int testNr, int configHour, int configMinute, DayOfWeek weekDay, string nowstr, string expectedstr ) : string
TestNextMonthlyTime_WeekNrWeekday ( int testNr, int configHour, int configMinute, int weekNr, DayOfWeek weekDay, string nowstr, string expectedstr ) : string
TestNextWeeklyTime ( int testNr, int configHour, int configMinute, DayOfWeek weekDay, string nowstr, string expectedstr ) : string