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