C# Class Microsoft.Protocols.TestSuites.MS_OXNSPI.S03_ANRRelatedBehavior

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

Private Methods

Méthode Description
ClassCleanup ( ) : void
ClassInitialize ( Microsoft.VisualStudio.TestTools.UnitTesting.TestContext testContext ) : void
MSOXNSPI_S03_TC01_ResolveNamesSuccess ( ) : void
MSOXNSPI_S03_TC02_ResolveNamesWSuccess ( ) : void
MSOXNSPI_S03_TC03_ResolveNamesStringConversion ( ) : void
MSOXNSPI_S03_TC04_ResolveNamesWStringConversion ( ) : void
VerifyIsAMBIGUOUSMIDInANRAmbiguousString ( uint aulPropTag ) : void

Check whether the result of the Ambiguous Name Resolution is Minimal Entry ID RESOLVED when the input string is matched to multiple objects.

VerifyIsRESOLVEDMIDInANRMatchString ( uint aulPropTag ) : void

Check whether the result of the Ambiguous Name Resolution is Minimal Entry ID RESOLVED when the input string is exactly matched.

VerifyIsResultOfANRProcessIsMID ( PropertyTagArray_r mids ) : void

Check whether the specific result of the Ambiguous Name Resolution process is Minimal Entry ID RESOLVED.

VerifyIsUNRESOLVEDMIDInANREmptyString ( uint aulPropTag ) : void

Check whether the result of the Ambiguous Name Resolution is Minimal Entry ID UNRESOLVED when the input string is empty.

VerifyIsUNRESOLVEDMIDInANRNotFound ( uint aulPropTag ) : void

Check whether the result of the Ambiguous Name Resolution is Minimal Entry ID UNRESOLVED when the input string is not found.

VerifyIsUNRESOLVEDMIDInANRNullString ( uint aulPropTag ) : void

Check whether the result of the Ambiguous Name Resolution is Minimal Entry ID UNRESOLVED when the input string is null.

VerifyPropertyRowSetIsNotNullForNspiResolveNames ( PropertyRowSet_r rowOfResolveNames ) : void

Check whether PropertyRowSet_r is not null.

VerifyPropertyRowSetIsNotNullForNspiResolveNamesW ( PropertyRowSet_r rowOfResolveNamesW ) : void

Check whether PropertyRowSet_r is not null.