Пример #1
0
 public void CleanUpEmptyCache()
 {
     var target = new SizesCache();
     target.Invoking(x => x.CleanUp(0)).ShouldNotThrow();
 }