1 write to _mockBranchClassificationService
Microsoft.DotNet.Build.Tasks.Feed.Tests (1)
ProductionChannelValidatorTests.cs (1)
27_mockBranchClassificationService = new Mock<IBranchClassificationService>();
16 references to _mockBranchClassificationService
Microsoft.DotNet.Build.Tasks.Feed.Tests (16)
ProductionChannelValidatorTests.cs (16)
35_mockBranchClassificationService.Object, 141_mockBranchClassificationService.Verify(x => x.GetBranchClassificationsAsync(It.IsAny<string>(), It.IsAny<string>(), It.IsAny<string>()), Times.Never); 163_mockBranchClassificationService 181_mockBranchClassificationService.Verify(x => x.GetBranchClassificationsAsync("dnceng", "project-guid-123", "repo-guid-456"), Times.Once); 209_mockBranchClassificationService.Verify(x => x.GetBranchClassificationsAsync(It.IsAny<string>(), It.IsAny<string>(), It.IsAny<string>()), Times.Never); 231_mockBranchClassificationService 280_mockBranchClassificationService.Verify(x => x.GetBranchClassificationsAsync(It.IsAny<string>(), It.IsAny<string>(), It.IsAny<string>()), Times.Never); 341_mockBranchClassificationService 399_mockBranchClassificationService 429_mockBranchClassificationService 480_mockBranchClassificationService 520_mockBranchClassificationService 559_mockBranchClassificationService 593_mockBranchClassificationService 648_mockBranchClassificationService.Object, 663_mockBranchClassificationService