C# Class Microsoft.Protocols.TestSuites.MS_SITESS.S05_ExportWorkflowTemplate

Inheritance: Microsoft.Protocols.TestTools.TestClassBase
Afficher le fichier Open project: OfficeDev/Interop-TestSuites

Méthodes publiques

Méthode Description
VerifyOperationExportWorkflowTemplate ( ) : void

This method is used to verify Microsoft SharePoint Foundation 2010 and above support operation ExportWorkflowTemplate.

VerifySoapFault ( bool isSoapFault ) : void

Protocol server faults using SOAP faults as specified either in [SOAP1.1] section 4.4, or in [SOAP1.2/1] section 5.4.

VerifySoapFaultDetail ( System.Web.Services.Protocols.SoapException soapFault ) : void

Verify SoapFaultDetail message.

Private Methods

Méthode Description
ClassCleanup ( ) : void
ClassInitialize ( Microsoft.VisualStudio.TestTools.UnitTesting.TestContext testContext ) : void
MSSITESS_S05_TC01_ExportWorkflowTemplateSucceed ( ) : void
MSSITESS_S05_TC02_ExportWorkflowTemplateInvalidLibrary ( ) : void
MSSITESS_S05_TC03_ExportWorkflowTemplateInvalidTemplate ( ) : void
TestCaseCleanup ( ) : void
TestCaseInitialize ( ) : void

Method Details

VerifyOperationExportWorkflowTemplate() public méthode

This method is used to verify Microsoft SharePoint Foundation 2010 and above support operation ExportWorkflowTemplate.
public VerifyOperationExportWorkflowTemplate ( ) : void
Résultat void

VerifySoapFault() public méthode

Protocol server faults using SOAP faults as specified either in [SOAP1.1] section 4.4, or in [SOAP1.2/1] section 5.4.
public VerifySoapFault ( bool isSoapFault ) : void
isSoapFault bool Indicate whether the response is a SoapFault.
Résultat void

VerifySoapFaultDetail() public méthode

Verify SoapFaultDetail message.
public VerifySoapFaultDetail ( System.Web.Services.Protocols.SoapException soapFault ) : void
soapFault System.Web.Services.Protocols.SoapException A SoapException contains Soap fault message.
Résultat void