C# Class Microsoft.Protocols.TestSuites.MS_OXWSMTGS.S02_UpdateCalendarRelatedItem

Inheritance: TestSuiteBase
Afficher le fichier Open project: OfficeDev/Interop-TestSuites

Méthodes protégées

Méthode Description
VerifyCalendarItemUpdateOperationType ( CalendarItemUpdateOperationType calendarItemUpdateOperationType ) : void

Verify the value of CalendarItemUpdateOperationType.

VerifyChangeAttendeesWithCalendarItemUpdateOperationType ( CalendarItemUpdateOperationType calendarItemUpdateOperationType ) : void

Verify the "SendOnlyToChanged" and "SendToChangedAndSaveCopy" value of CalendarItemUpdateOperationType.

Private Methods

Méthode Description
ClassCleanup ( ) : void
ClassInitialize ( Microsoft.VisualStudio.TestTools.UnitTesting.TestContext context ) : void
MSOXWSMTGS_S02_TC01_UpdateSingleCalendarItem ( ) : void
MSOXWSMTGS_S02_TC02_UpdateSingleMeeting ( ) : void
MSOXWSMTGS_S02_TC03_UpdateRecurringCalendar ( ) : void
MSOXWSMTGS_S02_TC04_UpdateMeetingWithSendOnlyToAll ( ) : void
MSOXWSMTGS_S02_TC05_UpdateMeetingWithSendToAllAndSaveCopy ( ) : void
MSOXWSMTGS_S02_TC06_UpdateMeetingWithSendToNone ( ) : void
MSOXWSMTGS_S02_TC07_UpdateMeetingWithSendOnlyToChanged ( ) : void
MSOXWSMTGS_S02_TC08_UpdateMeetingWithSendToChangedAndSaveCopy ( ) : void
MSOXWSMTGS_S02_TC09_MeetingRequestTypeFullUpdate ( ) : void
MSOXWSMTGS_S02_TC10_MeetingRequestTypeInformationalUpdate ( ) : void
MSOXWSMTGS_S02_TC11_UpdateItemErrorMessageDispositionRequired ( ) : void
MSOXWSMTGS_S02_TC12_UpdateItemErrorCalendarDurationIsTooLong ( ) : void

Method Details

VerifyCalendarItemUpdateOperationType() protected méthode

Verify the value of CalendarItemUpdateOperationType.
protected VerifyCalendarItemUpdateOperationType ( CalendarItemUpdateOperationType calendarItemUpdateOperationType ) : void
calendarItemUpdateOperationType CalendarItemUpdateOperationType Specify a value of CalendarItemUpdateOperationType.
Résultat void

VerifyChangeAttendeesWithCalendarItemUpdateOperationType() protected méthode

Verify the "SendOnlyToChanged" and "SendToChangedAndSaveCopy" value of CalendarItemUpdateOperationType.
protected VerifyChangeAttendeesWithCalendarItemUpdateOperationType ( CalendarItemUpdateOperationType calendarItemUpdateOperationType ) : void
calendarItemUpdateOperationType CalendarItemUpdateOperationType Specify a value of CalendarItemUpdateOperationType.
Résultat void