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