1 write to _testObject
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
TraitCollection.cs (1)
33
_testObject
= testObject ?? throw new ArgumentNullException(nameof(testObject));
3 references to _testObject
Microsoft.VisualStudio.TestPlatform.ObjectModel (3)
TraitCollection.cs (3)
68
if (!
_testObject
.Properties.Contains(TraitsProperty, EqualityComparer<TestProperty>.Default))
73
var traitsKvp =
_testObject
.GetPropertyValue(TraitsProperty, Enumerable.Empty<KeyValuePair<string, string>>().ToArray());
87
_testObject
.SetPropertyValue(TraitsProperty, newPairs);