1 implementation of SettingsXml
Microsoft.VisualStudio.TestPlatform.Common (1)
RunSettings.cs (1)
50public string? SettingsXml { get; private set; }
2 references to SettingsXml
Microsoft.VisualStudio.TestPlatform.Common (2)
ExtensionDecorators\SerialTestRunDecorator.cs (2)
90if (runContext is null || runContext.RunSettings is null || runContext.RunSettings.SettingsXml is null) 95XElement runSettings = XElement.Parse(runContext.RunSettings.SettingsXml);