C# Class Microsoft.Protocols.TestSuites.MS_OXCNOTIF.S02_SubscribeAndReceiveNotifications

Inheritance: TestSuiteBase
Show file Open project: OfficeDev/Interop-TestSuites

Private Methods

Method Description
ClassCleanup ( ) : void
ClassInitialize ( Microsoft.VisualStudio.TestTools.UnitTesting.TestContext testContext ) : void
MSOXCNOTIF_S02_TC01_VerifyTableRowAddEventAndCreateTableViewByTableQueryRows ( ) : void
MSOXCNOTIF_S02_TC02_VerifyTableRowDeleteEventAndCreateTableViewByTableFindRow ( ) : void
MSOXCNOTIF_S02_TC03_VerifyCreateTableViewByTableQueryColumnsAll ( ) : void
MSOXCNOTIF_S02_TC04_VerifyTableRowModifyEventAndCreateTableViewByTableSeekRow ( ) : void
MSOXCNOTIF_S02_TC05_VerifyCreateTableViewByTableSeekRowBookmark ( ) : void
MSOXCNOTIF_S02_TC06_VerifyCreateTableViewByTableQueryPosition ( ) : void
MSOXCNOTIF_S02_TC07_VerifyTableViewNotRequired ( ) : void
MSOXCNOTIF_S02_TC08_VerifyNewMailEvent ( ) : void
MSOXCNOTIF_S02_TC09_VerifyObjectCopiedEvent ( ) : void
MSOXCNOTIF_S02_TC10_VerifyObjectCreatedEvent ( ) : void
MSOXCNOTIF_S02_TC11_VerifyObjectDeletedEvent ( ) : void
MSOXCNOTIF_S02_TC12_VerifyObjectModifiedEvent ( ) : void
MSOXCNOTIF_S02_TC13_VerifyObjectMovedFolderEvent ( ) : void
MSOXCNOTIF_S02_TC14_VerifySearchCompletedEvent ( ) : void
MSOXCNOTIF_S02_TC15_VerifyMultipleServerEvent ( ) : void
MSOXCNOTIF_S02_TC16_VerifyNoNotificationFlagForTableEventType ( ) : void
MSOXCNOTIF_S02_TC17_VerifyTableChangedEvent ( ) : void
MSOXCNOTIF_S02_TC18_VerifyUbitAndTbit ( ) : void
MSOXCNOTIF_S02_TC19_VerifyTableRestrictionChangedEvent ( ) : void
MSOXCNOTIF_S02_TC20_VerifyObjectMovedMessageEvent ( ) : void
VerifyNewMailNotificationElements ( RopNotifyResponse notifyResponse ) : void

This method is used to verify RopNotify response elements for NewMail event.

VerifyObjectCopiedNotificationElements ( RopNotifyResponse notifyResponse ) : void

This method is used to verify RopNotify response elements for ObjectCopied event.

VerifyObjectCreatedNotificationElements ( RopNotifyResponse notifyResponse ) : void

This method is used to verify RopNotify response elements for ObjectCreated event.

VerifyObjectModifiedNotificationElements ( RopNotifyResponse notifyResponse ) : void

This method is used to verify RopNotify response elements for ObjectModified event.

VerifyObjectMovedNotificationElements ( RopNotifyResponse notifyResponse ) : void

This method is used to verify RopNotify response elements for ObjectMoved event.

VerifyServerCreateSessionContaintAndSaveInformation ( bool isSubscriptionCreated ) : void

The method is used to verify when RegisterNotification the server will create a new Notification Subscription object and associate it with the session context, and save the information.

VerifyTableChangedNotificationElements ( RopNotifyResponse notifyResponse ) : void

This method is used to verify RopNotify response elements for TableChanged event.

VerifyTableModifyNotificationFlag ( RopNotifyResponse notifyResponse ) : void

This method is used to verify the TableModify of NotificationType.

VerifyTableRowAddedNotificationElements ( RopNotifyResponse notifyResponse ) : void

This method is used to verify RopNotify response elements for TableRowAdded event.

VerifyTableRowDeletedNotificationElements ( RopNotifyResponse notifyResponse ) : void

This method is used to verify RopNotify response elements for TableRowDeleted event.

VerifyTableRowModifiedNotificationElements ( RopNotifyResponse notifyResponse ) : void

This method is used to verify RopNotify response elements for TableRowModified event.

VerifyTableViewCreated ( ) : void

This method is used to verify the after the table view is created the notification response can be get on server 2010.

VerifyTriggerBasicNotification ( bool isBasicNotification ) : void

This method is used to verify the basic notification response.

VeriyServerGenerateInformativeNotification ( bool isInformativeNotification ) : void

This method is used to verify the Server generate informative notification whenever possible.