C# Class Opc.Ua.ServerTest.TestCaseTreeCtrl

Inheritance: Opc.Ua.Client.Controls.BaseTreeCtrl
显示文件 Open project: OPCFoundation/UA-.NET

Public Methods

Method Description
Initialize ( ServerTestConfiguration configuration ) : void
TestCaseTreeCtrl ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

EnableMenuItems ( TreeNode clickedNode ) : void
UpdateNode ( TreeNode treeNode, object item, string text, string icon ) : void

Private Methods

Method Description
AddTestCases ( TreeNode parent, IList testCases, string parentName ) : void

Adds the child test cases to parent node.

AllBTN_Click ( object sender, EventArgs e ) : void
BreakpointMI_CheckedChanged ( object sender, EventArgs e ) : void
CheckChildren ( TreeNode parent, bool check ) : void

Recursively changes the check state for child nodes.

CoverageCTRL_ValueChanged ( object sender, EventArgs e ) : void
EndpointSelectionCB_SelectedIndexChanged ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

IterationsCTRL_ValueChanged ( object sender, EventArgs e ) : void
NodesTV_NodeMouseClick ( object sender, TreeNodeMouseClickEventArgs e ) : void
NoneBTN_Click ( object sender, EventArgs e ) : void
SetCheckState ( TreeNode parent, bool isChecked ) : void

Recursively toggles the check state for the nodes.

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

EnableMenuItems() protected method

protected EnableMenuItems ( TreeNode clickedNode ) : void
clickedNode System.Windows.Forms.TreeNode
return void

Initialize() public method

public Initialize ( ServerTestConfiguration configuration ) : void
configuration ServerTestConfiguration
return void

TestCaseTreeCtrl() public method

public TestCaseTreeCtrl ( ) : System
return System

UpdateNode() protected method

protected UpdateNode ( TreeNode treeNode, object item, string text, string icon ) : void
treeNode System.Windows.Forms.TreeNode
item object
text string
icon string
return void