Implemented interface member:
property
TestFileFullPath
Microsoft.TestPlatform.Build.Tasks.ITestTask.TestFileFullPath
2 references to TestFileFullPath
Microsoft.TestPlatform.Build (2)
Tasks\VSTestTask2.cs (2)
115
Log.LogError(subcategory: null, "TESTRUNCANCEL", null,
TestFileFullPath
?.ItemSpec ?? string.Empty, 0, 0, 0, 0, data[0]);
120
Log.LogError(subcategory: null, "TESTRUNABORT", null,
TestFileFullPath
?.ItemSpec ?? string.Empty, 0, 0, 0, 0, data[0]);