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

상속: Microsoft.Protocols.TestTools.TestClassBase
파일 보기 프로젝트 열기: OfficeDev/Interop-TestSuites

공개 메소드들

메소드 설명
VerifyExportWebErrorCode ( int errorCodeValue ) : void

If ExportWeb failed, errorCode should be 4, 5, 6, 7, or 8. R57 can be captured.

VerifyExportWebInProgress ( int actualValue ) : void

If the value of ExportWebResult is 1, it specifies Pending: The operation is in progress. R58 and R89 can be captured.

VerifyImportWebErrorCode ( int errorCodeValue ) : void

If ImportWeb failed, errorCode should be 2, 4, 5, 6, 8 or 11. R238 can be captured.

VerifyImportWebInProgress ( int actualValue ) : void

If the value of ImportWebResult is 1, it specifies Pending: The operation is in progress. R239 and R267 can be captured.

VerifyOperationExportWeb ( ) : void

This method is used to verify Microsoft Windows SharePoint Services 3.0 and above support operation ExportWeb.

VerifyOperationImportWeb ( ) : void

This method is used to verify Microsoft Windows SharePoint Services 3.0 and above support operation ImportWeb.

비공개 메소드들

메소드 설명
ClassCleanup ( ) : void
ClassInitialize ( Microsoft.VisualStudio.TestTools.UnitTesting.TestContext testContext ) : void
MSSITESS_S01_TC01_MigratingSuccessfully ( ) : void
MSSITESS_S01_TC02_ExportingMutiplePackages ( ) : void
MSSITESS_S01_TC03_ExportingEqualto0x18CabSize ( ) : void
MSSITESS_S01_TC04_ExportingFailureInvalidExportUrl ( ) : void
MSSITESS_S01_TC05_ExportingFailureExportFileNoAccess ( ) : void
MSSITESS_S01_TC06_ExportingFailureOverwriteFailure ( ) : void
MSSITESS_S01_TC07_ImportingFailureOverwriteFailure ( ) : void
MSSITESS_S01_TC08_ImportingFailureInvalidImportUrl ( ) : void
MSSITESS_S01_TC09_ImportingFailureImportFileNoAccess ( ) : void
MSSITESS_S01_TC10_ImportingFailureLogFileNoAccess ( ) : void
MSSITESS_S01_TC11_ImportingFailureImportWebNotEmpty ( ) : void
MSSITESS_S01_TC12_ImportingFailureLogPathEmpty ( ) : void
TestCaseCleanup ( ) : void
TestCaseInitialize ( ) : void

메소드 상세

VerifyExportWebErrorCode() 공개 메소드

If ExportWeb failed, errorCode should be 4, 5, 6, 7, or 8. R57 can be captured.
public VerifyExportWebErrorCode ( int errorCodeValue ) : void
errorCodeValue int The error code returned by the server.
리턴 void

VerifyExportWebInProgress() 공개 메소드

If the value of ExportWebResult is 1, it specifies Pending: The operation is in progress. R58 and R89 can be captured.
public VerifyExportWebInProgress ( int actualValue ) : void
actualValue int Value of ExportWebResult
리턴 void

VerifyImportWebErrorCode() 공개 메소드

If ImportWeb failed, errorCode should be 2, 4, 5, 6, 8 or 11. R238 can be captured.
public VerifyImportWebErrorCode ( int errorCodeValue ) : void
errorCodeValue int Value of errorCode
리턴 void

VerifyImportWebInProgress() 공개 메소드

If the value of ImportWebResult is 1, it specifies Pending: The operation is in progress. R239 and R267 can be captured.
public VerifyImportWebInProgress ( int actualValue ) : void
actualValue int value of ImportWebResult
리턴 void

VerifyOperationExportWeb() 공개 메소드

This method is used to verify Microsoft Windows SharePoint Services 3.0 and above support operation ExportWeb.
public VerifyOperationExportWeb ( ) : void
리턴 void

VerifyOperationImportWeb() 공개 메소드

This method is used to verify Microsoft Windows SharePoint Services 3.0 and above support operation ImportWeb.
public VerifyOperationImportWeb ( ) : void
리턴 void