1 write to TestOutputHelper
System.Windows.Forms.UI.IntegrationTests (1)
Infra\ControlTestBase.cs (1)
35TestOutputHelper = testOutputHelper;
25 references to TestOutputHelper
System.Windows.Forms.UI.IntegrationTests (25)
DragDropTests.cs (17)
33await RunFormWithoutControlAsync(() => new DragDropForm(TestOutputHelper), async (form) => 165TestOutputHelper.WriteLine($"dragAcceptRtfPath: {dragAcceptRtfDestPath}"); 181TestOutputHelper.WriteLine($"Focused element name: {elementName}"); 184TestOutputHelper.WriteLine($"Focused element bounding rect: {rect}"); 189TestOutputHelper.WriteLine($"gotClickable: {gotClickable}"); 190TestOutputHelper.WriteLine($"clickable: {clickable}"); 208TestOutputHelper.WriteLine($"virtualPointStart: {virtualPointStart}"); 209TestOutputHelper.WriteLine($"virtualPointEnd: {virtualPointEnd}"); 218TestOutputHelper.WriteLine($"dragAcceptRtfContent: {dragAcceptRtfContent}"); 219TestOutputHelper.WriteLine($"RichTextBoxDropTarget.Rtf: {dragDropForm.RichTextBoxDropTarget.Rtf}"); 223TestOutputHelper.WriteLine($"dragAcceptRtfTextContent: {dragAcceptRtfTextContent}"); 224TestOutputHelper.WriteLine($"RichTextBoxDropTarget.Text: {dragDropForm.RichTextBoxDropTarget.Text}"); 343await RunFormWithoutControlAsync(() => new DragDropForm(TestOutputHelper), async (form) => 424await RunFormWithoutControlAsync(() => new DragImageDropDescriptionForm(TestOutputHelper), async (form) => 454await RunFormWithoutControlAsync(() => new DragImageDropDescriptionForm(TestOutputHelper), async (form) => 592return new DragImageDropDescriptionForm(TestOutputHelper) 617TestOutputHelper.WriteLine($"Waiting for Explorer to open, wait {wait}");
ImageListTests.cs (3)
29TestOutputHelper.WriteLine($"Reference GDI handle count at start of test: {referenceGdiHandleCount}"); 35TestOutputHelper.WriteLine($"GDI handles before: {startGdiHandleCount}"); 41TestOutputHelper.WriteLine($"GDI handles after: {endGdiHandleCount}");
Infra\ControlTestBase.cs (4)
66VerifyKeyStates(isStartOfTest: true, TestOutputHelper); 91VerifyKeyStates(isStartOfTest: false, TestOutputHelper); 191TestOutputHelper.WriteLine($"Moving mouse to ({point.X}, {point.Y})."); 194TestOutputHelper.WriteLine($"Screen resolution of ({primaryMonitor.Width}, {primaryMonitor.Height}) translates mouse to ({virtualPoint.X}, {virtualPoint.Y}).");
TabControlTests.cs (1)
57TestOutputHelper.WriteLine($"Primary screen: {Screen.PrimaryScreen?.WorkingArea}");