C# Class Microsoft.Protocols.TestSuites.MS_ADMINS.S01_CreateAndDeleteSite

Inheritance: Microsoft.Protocols.TestTools.TestClassBase
Show file Open project: OfficeDev/Interop-TestSuites

Public Methods

Method Description
TestStarted_InvokeSutMethod ( object sender, Microsoft.Protocols.TestTools.TestStartFinishEventArgs e ) : void

Dispose the "TestStarted" event, invoke the SUT control adapter method "SetUserProfileService" with "true" input parameter.

Private Methods

Method Description
ClassCleanup ( ) : void
ClassInitialize ( Microsoft.VisualStudio.TestTools.UnitTesting.TestContext testContext ) : void
MSADMINS_S01_TC01_CreateSiteDeleteSiteSuccessfully_FormatWithPortNumber ( ) : void
MSADMINS_S01_TC02_CreateSiteDeleteSiteSuccessfully_FormatWithAdminPortNumber ( ) : void
MSADMINS_S01_TC03_CreateSiteDeleteSiteSuccessfully_FormatWithoutPortNumber ( ) : void
MSADMINS_S01_TC04_CreateSiteSuccessfully_TitleAbsent ( ) : void
MSADMINS_S01_TC05_CreateSiteSuccessfully_DescriptionAbsent ( ) : void
MSADMINS_S01_TC06_CreateSiteSuccessfully_PortalUrlAbsent ( ) : void
MSADMINS_S01_TC07_CreateSiteSuccessfully_PortalUrlEmpty ( ) : void
MSADMINS_S01_TC08_CreateSiteSuccessfully_PortalNameAbsent ( ) : void
MSADMINS_S01_TC09_CreateSiteSuccessfully_OwnerNameExceedMaxLength ( ) : void
MSADMINS_S01_TC10_CreateSiteSuccessfully_OwnerEmailExceedMaxLength ( ) : void
MSADMINS_S01_TC11_CreateSiteSuccessfully_PortalUrlExceedMaxLength ( ) : void
MSADMINS_S01_TC12_CreateSiteSuccessfully_PortalNameExceedMaxLength ( ) : void
MSADMINS_S01_TC13_CreateSiteSuccessfully_TitleExceedMaxLength ( ) : void
MSADMINS_S01_TC14_CreateSiteSuccessfully_TitleLessThanMaxLength ( ) : void
MSADMINS_S01_TC15_CreateSiteSuccessfully_TitleEqualsToMaxLength ( ) : void
MSADMINS_S01_TC16_CreateSiteSuccessfully_DescriptionLessThanMaxLength ( ) : void
MSADMINS_S01_TC17_CreateSiteSuccessfully_DescriptionEqualsToMaxLength ( ) : void
MSADMINS_S01_TC18_CreateSiteSuccessfully_OwnerNameLessThanMaxLength ( ) : void
MSADMINS_S01_TC19_CreateSiteSuccessfully_OwnerNameEqualsToMaxLength ( ) : void
MSADMINS_S01_TC20_CreateSiteSuccessfully_OwnerEmailLessThanMaxLength ( ) : void
MSADMINS_S01_TC21_CreateSiteSuccessfully_OwnerEmailEqualsToMaxLength ( ) : void
MSADMINS_S01_TC22_CreateSiteSuccessfully_UrlEqualsToMaxLength ( ) : void
MSADMINS_S01_TC23_CreateSiteSuccessfully_PortalUrlLessThanMaxLength ( ) : void
MSADMINS_S01_TC24_CreateSiteSuccessfully_PortalUrlEqualsToMaxLength ( ) : void
MSADMINS_S01_TC25_CreateSiteSuccessfully_PortalNameLessThanMaxLength ( ) : void
MSADMINS_S01_TC26_CreateSiteSuccessfully_PortalNameEqualsToMaxLength ( ) : void
MSADMINS_S01_TC27_CreateSiteSuccessfully_LcidAbsent ( ) : void
MSADMINS_S01_TC28_CreateSiteSuccessfully_WithRequiredParameters ( ) : void
MSADMINS_S01_TC29_CreateSiteSuccessfully_WithoutTemplate ( ) : void
TestCaseCleanup ( ) : void
TestCaseInitialize ( ) : void

Method Details

TestStarted_InvokeSutMethod() public static method

Dispose the "TestStarted" event, invoke the SUT control adapter method "SetUserProfileService" with "true" input parameter.
public static TestStarted_InvokeSutMethod ( object sender, Microsoft.Protocols.TestTools.TestStartFinishEventArgs e ) : void
sender object The object of sender
e Microsoft.Protocols.TestTools.TestStartFinishEventArgs The object represents the event arguments.
return void