C# Class Microsoft.Protocols.TestSuites.MS_ASCMD.S14_Search

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

Private Methods

Method Description
ClassCleanup ( ) : void
ClassInitialize ( Microsoft.VisualStudio.TestTools.UnitTesting.TestContext testContext ) : void
CreateDefaultSearchRequest ( ) : SearchRequest

Create one search request with default value.

CreateInvalidSearchRequest ( string element, string insertTag ) : string

Create invalid Search request.

CreateItemsWithKeyword ( string searchPrefix ) : void

Respectively create one item in User2 Inbox folder, Calendar folder and Contacts subfolder.

CreateSearchDocumentLibraryRequest ( string pointTo, string userName, string userPassword ) : SearchRequest

Create search document library request

CreateSearchGALRequest ( uint maxPictures, uint maxSize, string requestRange, string keyWord ) : SearchRequest

Create Search GAL request.

CreateSearchRequestWithMimeSupport ( string keyWord, byte mimeSupportValue ) : SearchRequest

Create one search request with MIMESupport and related element

FindBodyElementInSearchResponse ( SearchResponse searchResponse ) : bool

Check if all search results contain Body element

GetElementsFromSearchResponse ( SearchResponse searchResponse, Response elementType ) : List

Get elements from Search command response.

GetItemFromSearchResult ( Response searchResult, Response itemType ) : object

Get item value from single Result element of Search command.

IsClassSupported ( string classElement ) : bool

Verify if the classElement is supported.

LoopSearch ( SearchRequest searchRequest ) : SearchResponse

Loop calls search command to search special items.

LoopSearch ( SearchRequest searchRequest, int totalResult ) : SearchResponse

Loop calls search command to get specified results.

MSASCMD_S14_TC01_Search_Success ( ) : void
MSASCMD_S14_TC02_Search_MultipleAndElements ( ) : void
MSASCMD_S14_TC03_Search_TooComplex_Status8_Class ( ) : void
MSASCMD_S14_TC04_Search_TooComplex_Status8_CollectionId ( ) : void
MSASCMD_S14_TC05_Search_TooComplex_Status8_FreeText ( ) : void
MSASCMD_S14_TC06_Search_MultipleDeepTraversal ( ) : void
MSASCMD_S14_TC07_Search_MoreThanOneMIMESupport ( ) : void
MSASCMD_S14_TC08_Search_MultipleRange ( ) : void
MSASCMD_S14_TC09_Search_MoreThanOneRebuildResults ( ) : void
MSASCMD_S14_TC10_Search_MoreThanOneStores ( ) : void
MSASCMD_S14_TC11_Search_Invalid_Status2 ( ) : void
MSASCMD_S14_TC12_Search_Result_NoItemMatched ( ) : void
MSASCMD_S14_TC13_Search_Result_MultipleMatchedItems ( ) : void
MSASCMD_S14_TC14_Search_GAL_Success ( ) : void
MSASCMD_S14_TC15_Search_WithAllClass ( ) : void
MSASCMD_S14_TC16_Search_WithoutNoteAndSmsClass ( ) : void
MSASCMD_S14_TC17_Search_WithoutClass ( ) : void
MSASCMD_S14_TC18_Search_DocumentLibraryFolder ( ) : void
MSASCMD_S14_TC19_Search_DocumentLibraryItem ( ) : void
MSASCMD_S14_TC20_Search_GAL_Status174 ( ) : void
MSASCMD_S14_TC21_Search_Status175 ( ) : void
MSASCMD_S14_TC22_Search_WithDeepTraversal ( ) : void
MSASCMD_S14_TC23_Search_WithoutDeepTraversal ( ) : void
MSASCMD_S14_TC24_Search_DocumentLibraryStatus5 ( ) : void
MSASCMD_S14_TC25_Search_DocumentLibraryStatus6 ( ) : void
MSASCMD_S14_TC26_Search_GAL_Status173 ( ) : void
MSASCMD_S14_TC27_Search_TooComplex_Status8_ConversationId ( ) : void
MSASCMD_S14_TC28_Search_CaseInsensitiveMatch ( ) : void
MSASCMD_S14_TC29_Search_MoreThanOneConversationId ( ) : void
MSASCMD_S14_TC30_Search_TooComplex_Status8_Or ( ) : void
MSASCMD_S14_TC31_Search_TooComplex_Status8_GreaterThan ( ) : void
MSASCMD_S14_TC32_Search_TooComplex_Status8_LessThan ( ) : void
MSASCMD_S14_TC33_Search_MIMESupport ( ) : void