3 implementations of IXmlTestStoreCustom
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (3)
ObjectModel\OrderedTestElement.cs (1)
14
internal class OrderedTestElement : TestElementAggregation,
IXmlTestStoreCustom
ObjectModel\TestRunConfiguration.cs (1)
17
internal class TestRunConfiguration : IXmlTestStore,
IXmlTestStoreCustom
ObjectModel\UnitTestElement.cs (1)
16
internal class UnitTestElement : TestElement,
IXmlTestStoreCustom
6 references to IXmlTestStoreCustom
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (6)
ObjectModel\OrderedTestElement.cs (2)
18
string
IXmlTestStoreCustom
.ElementName
23
string?
IXmlTestStoreCustom
.NamespaceUri
ObjectModel\UnitTestElement.cs (2)
33
string
IXmlTestStoreCustom
.ElementName
38
string?
IXmlTestStoreCustom
.NamespaceUri
XML\XmlPersistence.cs (2)
237
if (objectToSave is
IXmlTestStoreCustom
customStore)
766
if (persistee is
IXmlTestStoreCustom
custom)