2 instantiations of BlameTestObject
Microsoft.TestPlatform.Extensions.BlameDataCollector (2)
BlameCollector.cs (1)
463
var blameTestObject = new
BlameTestObject
(e.TestElement);
XmlReaderWriter.cs (1)
135
var testCase = new
BlameTestObject
15 references to BlameTestObject
Microsoft.TestPlatform.Extensions.BlameDataCollector (15)
BlameCollector.cs (5)
43
private ConcurrentDictionary<Guid,
BlameTestObject
>? _testObjectDictionary;
141
_testObjectDictionary = new ConcurrentDictionary<Guid,
BlameTestObject
>();
463
var
blameTestObject = new BlameTestObject(e.TestElement);
514
Dictionary<Guid,
BlameTestObject
> testObjectDictionaryCopy;
517
testObjectDictionaryCopy = new Dictionary<Guid,
BlameTestObject
>(_testObjectDictionary);
BlameTestObject.cs (3)
13
/// Initializes a new instance of the <see cref="
BlameTestObject
"/> class.
21
/// Initializes a new instance of the <see cref="
BlameTestObject
"/> class.
42
/// Initializes a new instance of the <see cref="
BlameTestObject
"/> class.
Interfaces\IBlameReaderWriter.cs (2)
18
string WriteTestSequence(List<Guid> testSequence, Dictionary<Guid,
BlameTestObject
> testObjectDictionary, string filePath);
25
List<
BlameTestObject
> ReadTestSequence(string filePath);
XmlReaderWriter.cs (5)
59
public string WriteTestSequence(List<Guid> testSequence, Dictionary<Guid,
BlameTestObject
> testObjectDictionary, string filePath)
77
var
testObject = testObjectDictionary[testGuid];
103
public List<
BlameTestObject
> ReadTestSequence(string filePath)
112
var testCaseList = new List<
BlameTestObject
>();
135
var
testCase = new BlameTestObject