1 write to TestOutputHelper
System.Windows.Forms.UI.IntegrationTests (1)
Infra\ControlTestBase.cs (1)
33TestOutputHelper = testOutputHelper;
25 references to TestOutputHelper
System.Windows.Forms.UI.IntegrationTests (25)
DragDropTests.cs (17)
32await RunFormWithoutControlAsync(() => new DragDropForm(TestOutputHelper), async (form) => 164TestOutputHelper.WriteLine($"dragAcceptRtfPath: {dragAcceptRtfDestPath}"); 180TestOutputHelper.WriteLine($"Focused element name: {elementName}"); 183TestOutputHelper.WriteLine($"Focused element bounding rect: {rect}"); 188TestOutputHelper.WriteLine($"gotClickable: {gotClickable}"); 189TestOutputHelper.WriteLine($"clickable: {clickable}"); 207TestOutputHelper.WriteLine($"virtualPointStart: {virtualPointStart}"); 208TestOutputHelper.WriteLine($"virtualPointEnd: {virtualPointEnd}"); 217TestOutputHelper.WriteLine($"dragAcceptRtfContent: {dragAcceptRtfContent}"); 218TestOutputHelper.WriteLine($"RichTextBoxDropTarget.Rtf: {dragDropForm.RichTextBoxDropTarget.Rtf}"); 222TestOutputHelper.WriteLine($"dragAcceptRtfTextContent: {dragAcceptRtfTextContent}"); 223TestOutputHelper.WriteLine($"RichTextBoxDropTarget.Text: {dragDropForm.RichTextBoxDropTarget.Text}"); 342await RunFormWithoutControlAsync(() => new DragDropForm(TestOutputHelper), async (form) => 423await RunFormWithoutControlAsync(() => new DragImageDropDescriptionForm(TestOutputHelper), async (form) => 453await RunFormWithoutControlAsync(() => new DragImageDropDescriptionForm(TestOutputHelper), async (form) => 591return new DragImageDropDescriptionForm(TestOutputHelper) 616TestOutputHelper.WriteLine($"Waiting for Explorer to open, wait {wait}");
ImageListTests.cs (3)
28TestOutputHelper.WriteLine($"Reference GDI handle count at start of test: {referenceGdiHandleCount}"); 34TestOutputHelper.WriteLine($"GDI handles before: {startGdiHandleCount}"); 40TestOutputHelper.WriteLine($"GDI handles after: {endGdiHandleCount}");
Infra\ControlTestBase.cs (4)
57VerifyKeyStates(isStartOfTest: true, TestOutputHelper); 82VerifyKeyStates(isStartOfTest: false, TestOutputHelper); 182TestOutputHelper.WriteLine($"Moving mouse to ({point.X}, {point.Y})."); 185TestOutputHelper.WriteLine($"Screen resolution of ({primaryMonitor.Width}, {primaryMonitor.Height}) translates mouse to ({virtualPoint.X}, {virtualPoint.Y}).");
TabControlTests.cs (1)
56TestOutputHelper.WriteLine($"Primary screen: {Screen.PrimaryScreen?.WorkingArea}");