7 references to HasTestCase
Microsoft.VisualStudio.TestPlatform.Common (2)
DataCollection\DataCollectionAttachmentManager.cs (1)
244var testCaseId = fileTransferInfo.Context.HasTestCase
DataCollection\TestPlatformDataCollectionLogger.cs (1)
140if (context.HasTestCase)
Microsoft.VisualStudio.TestPlatform.ObjectModel (5)
DataCollector\Events\SessionEvents.cs (2)
57TPDebug.Assert(!context.HasTestCase, "Session event has test a case context"); 125TPDebug.Assert(!context.HasTestCase, "Session event has test a case context");
DataCollector\Events\TestCaseEvents.cs (3)
196TPDebug.Assert(context.HasTestCase, "Context is not for a test case"); 310TPDebug.Assert(context.HasTestCase, "Context is not for a test case"); 407TPDebug.Assert(context.HasTestCase, "Context is not for a test case");