2 references to TestCompletedAttribute
Microsoft.TestPlatform.Extensions.BlameDataCollector (2)
XmlReaderWriter.cs (2)
83
testElement.SetAttribute(Constants.
TestCompletedAttribute
, testObject.IsCompleted.ToString());
141
IsCompleted = node.Attributes[Constants.
TestCompletedAttribute
]?.Value == "True"