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