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