C# 클래스 Microsoft.Protocols.TestSuites.MS_SITESS.TestSuiteHelper

A class that contains the helper methods used by MS-VERSS test cases.
파일 보기 프로젝트 열기: OfficeDev/Interop-TestSuites 1 사용 예제들

공개 메소드들

메소드 설명
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.

메소드 상세

VerifyExportAndImportFile() 공개 정적인 메소드

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.
리턴 string