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

A class that contains the helper methods used by MS-VERSS test cases.
Show file Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Public Methods

Method Description
VerifyExportAndImportFile ( string fileName, int fileNumber, ITestSite testSite, IMS_SITESSSUTControlAdapter sutAdapter ) : string

Verify exported files and log file for the ExportWeb, ImportWeb, ExportSolution and ExportWorkflowTemplate operations.

Method Details

VerifyExportAndImportFile() public static method

Verify exported files and log file for the ExportWeb, ImportWeb, ExportSolution and ExportWorkflowTemplate operations.
public static VerifyExportAndImportFile ( string fileName, int fileNumber, ITestSite testSite, IMS_SITESSSUTControlAdapter sutAdapter ) : string
fileName string A string indicates the expected file name.
fileNumber int A Integer indicates the expected file number.
testSite ITestSite The instance of ITestSite.
sutAdapter IMS_SITESSSUTControlAdapter The instance of the SUT control adapter.
return string