3 references to RunSingleControlTestAsync
System.Windows.Forms.UI.IntegrationTests (3)
ComboBoxTests.cs (1)
18await RunSingleControlTestAsync<ComboBox>((form, comboBox) =>
DesignBehaviorsTests.cs (1)
34await RunSingleControlTestAsync<TreeView>(async (form, treeView) =>
NumericUpDownTests.cs (1)
21await RunSingleControlTestAsync<NumericUpDown>(async (form, control) =>