Mcp\ExcludeFromMcpTests.cs (15)
107Name = ApiServiceName,
133Assert.Contains(ApiServiceName, textContent.Text);
217Name = ApiServiceName,
223LogLines = [new ResourceLogLine { Content = "Application started", IsError = false, ResourceName = ApiServiceName, LineNumber = 1 }]
230["resourceName"] = JsonDocument.Parse($"\"{ApiServiceName}\"").RootElement
303var (mockHttpClientFactory, _) = CreateMockHttpWithLogs(ApiServiceName, SecretServiceName);
312Assert.Contains(ApiServiceName, textContent.Text);
340var (mockHttpClientFactory, _) = CreateMockHttpWithTraces(ApiServiceName, SecretServiceName);
349Assert.Contains(ApiServiceName, textContent.Text);
357var (mockHttpClientFactory, _) = CreateMockHttpWithLogs(ApiServiceName, SecretServiceName);
370Assert.Contains(ApiServiceName, textContent.Text);
390Name = ApiServiceName,
406var (mockHttpClientFactory, _) = CreateMockHttpWithLogs(ApiServiceName, SecretServiceName);
419Assert.Contains(ApiServiceName, textContent.Text);
438Name = ApiServiceName,