12 references to Clock
Microsoft.Extensions.Caching.Hybrid.Tests (12)
DistributedCacheTests.cs (11)
44Clock.Reset(); 46services.AddSingleton<TimeProvider>(Clock); 47services.AddSingleton<ISystemClock>(Clock); 81Clock.Add(TimeSpan.FromMinutes(4)); 86Clock.Add(TimeSpan.FromMinutes(2)); 127Clock.Add(TimeSpan.FromMinutes(4)); 132Clock.Add(TimeSpan.FromMinutes(2)); 195Clock.Add(TimeSpan.FromMinutes(4)); 200Clock.Add(TimeSpan.FromMinutes(2)); 257Clock.Add(TimeSpan.FromMinutes(4)); 262Clock.Add(TimeSpan.FromMinutes(2));
SqlServerTests.cs (1)
42options.SystemClock = Clock;