1 write to Count
dotnet.Tests (1)
ConfigurerTests\GivenAFunctionReturnStringAndFakeFileSystem.cs (1)
203
public void Increase() {
Count
++; }
2 references to Count
dotnet.Tests (2)
ConfigurerTests\GivenAFunctionReturnStringAndFakeFileSystem.cs (2)
48
counter.
Count
.Should().Be(1);
89
counter.
Count
.Should().Be(2);