11 references to Add
Microsoft.Extensions.Caching.SqlServer.Tests (11)
SqlServerCacheWithDatabaseTest.cs (11)
239testClock.Add(TimeSpan.FromHours(accessItemAt)); 266testClock.Add(TimeSpan.FromSeconds(accessItemAt)); 301utcNow = testClock.Add(TimeSpan.FromSeconds(accessItemAt)).UtcNow; 322testClock.Add(TimeSpan.FromHours(10)); 346testClock.Add(TimeSpan.FromHours(10)); 498testClock.Add(TimeSpan.FromSeconds(5)); 536utcNow = testClock.Add(TimeSpan.FromSeconds(5)).UtcNow; 546utcNow = testClock.Add(TimeSpan.FromSeconds(5)).UtcNow; 556utcNow = testClock.Add(TimeSpan.FromSeconds(5)).UtcNow; 582testClock.Add(TimeSpan.FromSeconds(25)); 615testClock.Add(TimeSpan.FromSeconds(5));