C# 클래스 TFSProjectMigration.TestPlanMigration

파일 보기 프로젝트 열기: pmiossec/TotalTfsMigrationTool 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
workItemMap System.Collections.Hashtable

공개 메소드들

메소드 설명
CopyTestPlans ( ) : void
TestPlanMigration ( TfsTeamProjectCollection sourceTfs, TfsTeamProjectCollection destinationTfs, string sourceProject, string destinationProject, Hashtable workItemMap, System.Windows.Controls.ProgressBar progressBar ) : System

비공개 메소드들

메소드 설명
CopySubTestSuites ( IStaticTestSuite parentsourceSuite, IStaticTestSuite parentdestinationSuite ) : void
CopyTestCases ( IStaticTestSuite sourcesuite, IStaticTestSuite destinationsuite ) : void
CopyTestSuites ( ITestPlan sourceplan, ITestPlan destinationplan ) : void
GetProject ( TfsTeamProjectCollection tfs, string project ) : ITestManagementTeamProject

메소드 상세

CopyTestPlans() 공개 메소드

public CopyTestPlans ( ) : void
리턴 void

TestPlanMigration() 공개 메소드

public TestPlanMigration ( TfsTeamProjectCollection sourceTfs, TfsTeamProjectCollection destinationTfs, string sourceProject, string destinationProject, Hashtable workItemMap, System.Windows.Controls.ProgressBar progressBar ) : System
sourceTfs TfsTeamProjectCollection
destinationTfs TfsTeamProjectCollection
sourceProject string
destinationProject string
workItemMap System.Collections.Hashtable
progressBar System.Windows.Controls.ProgressBar
리턴 System

프로퍼티 상세

workItemMap 공개적으로 프로퍼티

public Hashtable,System.Collections workItemMap
리턴 System.Collections.Hashtable