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,