C# Class Microsoft.Protocols.TestSuites.MS_WEBSS.S01_OperationsOnContentType

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

Private Methods

Method Description
ClassCleanup ( ) : void
ClassInitialize ( Microsoft.VisualStudio.TestTools.UnitTesting.TestContext testContext ) : void
MSWEBSS_S01_TC01_CreateContentType ( ) : void
MSWEBSS_S01_TC02_DeleteContentType ( ) : void
MSWEBSS_S01_TC03_GetContentTypesWithElements ( ) : void
MSWEBSS_S01_TC04_GetContentTypes ( ) : void
MSWEBSS_S01_TC05_UpdateContentTypeWithInvalidDeleteField ( ) : void
MSWEBSS_S01_TC06_UpdateContentTypeFoundTheField ( ) : void
MSWEBSS_S01_TC07_CreateContentTypeInvalidContentTypeId ( ) : void
MSWEBSS_S01_TC08_CreateContentTypeInvalidDisplayNameGreaterThan128Characters ( ) : void
MSWEBSS_S01_TC09_CreateContentTypeInvalidDisplayNameBeginsWithWhiteSpace ( ) : void
MSWEBSS_S01_TC10_CreateContentTypeInvalidDisplayNameEndWithPeriod ( ) : void
MSWEBSS_S01_TC11_CreateContentTypeInvalidDisplayNameEndWithSpace ( ) : void
MSWEBSS_S01_TC12_CreateContentTypeInvalidBackslash ( ) : void
MSWEBSS_S01_TC13_CreateContentTypeInvalidSlash ( ) : void
MSWEBSS_S01_TC14_CreateContentTypeInvalidColon ( ) : void
MSWEBSS_S01_TC15_CreateContentTypeInvalidAsterisk ( ) : void
MSWEBSS_S01_TC16_CreateContentTypeInvalidQuestionMark ( ) : void
MSWEBSS_S01_TC17_CreateContentTypeInvalidQuotationMark ( ) : void
MSWEBSS_S01_TC18_CreateContentTypeInvalidNumberSign ( ) : void
MSWEBSS_S01_TC19_CreateContentTypeInvalidPercentSign ( ) : void
MSWEBSS_S01_TC20_CreateContentTypeInvalidLessThanSign ( ) : void
MSWEBSS_S01_TC21_CreateContentTypeInvalidGreaterThanSign ( ) : void
MSWEBSS_S01_TC22_CreateContentTypeInvalidOpeningCurlyBraces ( ) : void
MSWEBSS_S01_TC23_CreateContentTypeInvalidClosingCurlyBraces ( ) : void
MSWEBSS_S01_TC24_CreateContentTypeInvalidAmpersand ( ) : void
MSWEBSS_S01_TC25_CreateContentTypeInvalidWithPeriod ( ) : void
MSWEBSS_S01_TC26_CreateContentTypeInvalidDoublePeriods ( ) : void
MSWEBSS_S01_TC27_CreateContentTypeInvalidTab ( ) : void
MSWEBSS_S01_TC28_CreateContentTypeInvalidVerticalBar ( ) : void
MSWEBSS_S01_TC29_GetContentTypeInvalidWithNull ( ) : void
MSWEBSS_S01_TC30_GetContentTypeInvalidWithEmpty ( ) : void
MSWEBSS_S01_TC31_GetContentTypeInvalidateWithInvalidContentType ( ) : void
MSWEBSS_S01_TC32_UpdateContentTypeInvalidContentTypeId ( ) : void
MSWEBSS_S01_TC33_CreateContentTypeWithSameName ( ) : void
MSWEBSS_S01_TC34_UpdateContentTypeWithShouldMay ( ) : void
MSWEBSS_S01_TC35_DeleteContentTypeInvalidIdentifier ( ) : void
MSWEBSS_S01_TC36_DeleteContentTypeReadOnly ( ) : void
MSWEBSS_S01_TC37_CreateContentType_Unauthenticated ( ) : void
MSWEBSS_S01_TC38_DeleteContentType_Unauthenticated ( ) : void
MSWEBSS_S01_TC39_GetContentType_Unauthenticated ( ) : void
MSWEBSS_S01_TC40_GetContentTypes_Unauthenticated ( ) : void
MSWEBSS_S01_TC41_UpdateContentType_Unauthenticated ( ) : void
MSWEBSS_S01_TC42_CreateContentTypeInvalidParentType ( ) : void
MSWEBSS_S01_TC43_CreateContentTypeAddAndUpdateNewFields ( ) : void
MSWEBSS_S01_TC44_UpdateContentTypeWithValidContentType ( ) : void
MSWEBSS_S01_TC45_DeleteContentTypeWithValidContentType ( ) : void
MSWEBSS_S01_TC46_GetContentTypesWithShouldMay ( ) : void