8 references to ActionCalledTime
dotnet.Tests (8)
ConfigurerTests\GivenADotnetFirstTimeUseConfigurerWIthStateSetup.cs (8)
9using static Microsoft.DotNet.Configurer.UnitTests.GivenADotnetFirstTimeUseConfigurerWithStateSetup.ActionCalledTime; 68ActionCalledTime aspnetCertInstalledTimeShouldBeCalledAt, 69ActionCalledTime printFirstTimeWelcomeMessageShouldBeCalledAt, 70ActionCalledTime printTelemetryMessageShouldBeCalledAt, 142public ActionCalledTime ActionCalledTime { get; private set; } 176public void Assert(ActionCalledTime expectedActionCalledTime) 186private static ActionCalledTime GetCalledTime(bool predicate, ActionCalledTime actionCalledTime)