Method AddTestItems
AddTestItems(TreeViewItem, int, Action<TreeViewItem>?)
Adds test child items to the specified TreeViewItem.
public static void AddTestItems(TreeViewItem tree, int count, Action<TreeViewItem>? initAction = null)
Parameters
treeTreeViewItemThe tree control item to which test items will be added.
countintThe number of test items to add.
initActionAction<TreeViewItem>The initialize action.