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

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

Méthodes publiques

Méthode 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 méthode

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.
Résultat string