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