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