C# Class TFSProjectMigration.TestPlanViewUI

Interaction logic for TestPlanViewUI.xaml
Inheritance: System.Windows.Window
Exibir arquivo Open project: pmiossec/TotalTfsMigrationTool Class Usage Examples

Public Methods

Method Description
TestPlanViewUI ( ) : System
printProjectName ( ) : void

Private Methods

Method Description
GetPlanSuites ( ITestSuiteEntryCollection suites, System.Windows.Controls.TreeViewItem tree_item ) : void
GetTestCases ( IStaticTestSuite suite, System.Windows.Controls.TreeViewItem tree_item ) : void
GetTestPlans ( ITestManagementTeamProject testproject ) : void
ViewTestPlans ( ) : void

Method Details

TestPlanViewUI() public method

public TestPlanViewUI ( ) : System
return System

printProjectName() public method

public printProjectName ( ) : void
return void