3 writes to ActionCalledTime
dotnet.Tests (3)
ConfigurerTests\GivenADotnetFirstTimeUseConfigurerWIthStateSetup.cs (3)
157ActionCalledTime = Never; 164ActionCalledTime = FirstRun; 172ActionCalledTime = SecondRun;
3 references to ActionCalledTime
dotnet.Tests (3)
ConfigurerTests\GivenADotnetFirstTimeUseConfigurerWIthStateSetup.cs (3)
170if (ActionCalledTime != FirstRun && _tellTheActionIsRun()) 178ActionCalledTime 182$"but find {ActionCalledTime.ToString("g")}");