C# Class Microsoft.Protocols.TestSuites.MS_ASCAL.MS_ASCALAdapter

The class provides methods to verify data/operation format in MS-ASCAL.
Show file Open project: OfficeDev/Interop-TestSuites

Private Methods

Method Description
VerifyBooleanDataType ( bool boolValue ) : void

This method is used to verify the boolean related requirements.

VerifyCompactDateTimeDataType ( ) : void

This method is used to verify the dateTime related requirements.

VerifyContainerDataType ( ) : void

This method is used to verify the container related requirements.

VerifyEmailAddressDataType ( string emailAddress ) : void

This method is used to verify the E-mail address related requirements.

VerifyItemOperationsResponse ( Microsoft.Protocols.TestSuites.Common.DataStructures.ItemOperationsStore itemOperationResponse ) : void

This method is used to verify the ItemOperation response related requirements.

VerifyMessageSyntax ( ) : void

This method is used to verify the message syntax related requirements.

VerifySearchCommandResponse ( Microsoft.Protocols.TestSuites.Common.DataStructures.SearchStore searchResponse ) : void

This method is used to verify the Search response related requirements.

VerifyStringDataType ( ) : void

This method is used to verify the string data type related requirements.

VerifySyncCommandResponse ( Microsoft.Protocols.TestSuites.Common.DataStructures.SyncStore syncResponse ) : void

This method is used to verify the Sync response related requirements

VerifyTimeZoneDataType ( ) : void

This method is used to verify the TimeZone related requirements.

VerifyTransport ( ) : void

This method is used to verify transport related requirement.

VerifyUnsignedByteDataType ( byte byteValue ) : void

This method is used to verify the unsignedByte data type related requirements.

VerifyWBXMLRequirements ( ) : void

Verify WBXML Capture for WBXML process.