1 write to _toolPathSentinelMock
dotnet.Tests (1)
ConfigurerTests\GivenADotnetFirstTimeUseConfigurer.cs (1)
23_toolPathSentinelMock = new Mock<IFileSentinel>();
15 references to _toolPathSentinelMock
dotnet.Tests (15)
ConfigurerTests\GivenADotnetFirstTimeUseConfigurer.cs (15)
37_toolPathSentinelMock.Object, 64_toolPathSentinelMock.Object, 85_toolPathSentinelMock.Setup(s => s.Exists()).Returns(false); 91_toolPathSentinelMock.Object, 105_toolPathSentinelMock.Verify(s => s.Create(), Times.Once); 112_toolPathSentinelMock.Setup(s => s.Exists()).Returns(true); 118_toolPathSentinelMock.Object, 132_toolPathSentinelMock.Verify(s => s.Create(), Times.Never); 145_toolPathSentinelMock.Object, 171_toolPathSentinelMock.Object, 197_toolPathSentinelMock.Object, 222_toolPathSentinelMock.Object, 246_toolPathSentinelMock.Object, 274_toolPathSentinelMock.Object, 314_toolPathSentinelMock.Object,