2 writes to CurrentTest
System.Windows.Forms.UI.IntegrationTests (2)
Infra\ControlTestBase.cs (2)
36
DataCollectionService.
CurrentTest
= GetTest();
111
DataCollectionService.
CurrentTest
= null;
3 references to CurrentTest
System.Windows.Forms.UI.IntegrationTests (3)
Infra\ControlTestBase.cs (1)
38
s_previousRunTestName = DataCollectionService.
CurrentTest
.DisplayName;
Infra\DataCollectionService.cs (2)
39
if (
CurrentTest
is null)
44
return GetTestName(
CurrentTest
.TestCase);