1 write to _aspNetCoreCertificateGeneratorMock
dotnet.Tests (1)
ConfigurerTests\GivenADotnetFirstTimeUseConfigurer.cs (1)
22_aspNetCoreCertificateGeneratorMock = new Mock<IAspNetCoreCertificateGenerator>();
14 references to _aspNetCoreCertificateGeneratorMock
dotnet.Tests (14)
ConfigurerTests\GivenADotnetFirstTimeUseConfigurer.cs (14)
36_aspNetCoreCertificateGeneratorMock.Object, 63_aspNetCoreCertificateGeneratorMock.Object, 90_aspNetCoreCertificateGeneratorMock.Object, 117_aspNetCoreCertificateGeneratorMock.Object, 144_aspNetCoreCertificateGeneratorMock.Object, 159_aspNetCoreCertificateGeneratorMock.Verify(s => s.GenerateAspNetCoreDevelopmentCertificate(), Times.Never); 170_aspNetCoreCertificateGeneratorMock.Object, 185_aspNetCoreCertificateGeneratorMock.Verify(s => s.GenerateAspNetCoreDevelopmentCertificate(), Times.Never); 196_aspNetCoreCertificateGeneratorMock.Object, 212_aspNetCoreCertificateGeneratorMock.Verify(s => s.GenerateAspNetCoreDevelopmentCertificate(), Times.Once); 221_aspNetCoreCertificateGeneratorMock.Object, 245_aspNetCoreCertificateGeneratorMock.Object, 273_aspNetCoreCertificateGeneratorMock.Object, 313_aspNetCoreCertificateGeneratorMock.Object,