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