C# Class TFSProjectMigration.TestPlanMigration

Datei anzeigen Open project: pmiossec/TotalTfsMigrationTool Class Usage Examples

Public Properties

Property Type Description
workItemMap System.Collections.Hashtable

Public Methods

Method Description
CopyTestPlans ( ) : void
TestPlanMigration ( TfsTeamProjectCollection sourceTfs, TfsTeamProjectCollection destinationTfs, string sourceProject, string destinationProject, Hashtable workItemMap, System.Windows.Controls.ProgressBar progressBar ) : System

Private Methods

Method Description
CopySubTestSuites ( IStaticTestSuite parentsourceSuite, IStaticTestSuite parentdestinationSuite ) : void
CopyTestCases ( IStaticTestSuite sourcesuite, IStaticTestSuite destinationsuite ) : void
CopyTestSuites ( ITestPlan sourceplan, ITestPlan destinationplan ) : void
GetProject ( TfsTeamProjectCollection tfs, string project ) : ITestManagementTeamProject

Method Details

CopyTestPlans() public method

public CopyTestPlans ( ) : void
return void

TestPlanMigration() public method

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
return System

Property Details

workItemMap public_oe property

public Hashtable,System.Collections workItemMap
return System.Collections.Hashtable