2 writes to CurrentTest
System.Windows.Forms.UI.IntegrationTests (2)
Infra\ControlTestBase.cs (2)
34DataCollectionService.CurrentTest = TestContext.Current.Test; 102DataCollectionService.CurrentTest = null;
2 references to CurrentTest
System.Windows.Forms.UI.IntegrationTests (2)
Infra\DataCollectionService.cs (2)
38if (CurrentTest is null) 43return GetTestName(CurrentTest.TestCase);