コード例 #1
0
 public void Can_get_estimated_size()
 {
     _num.Add(7L);
     StripedLongAdder.GetEstimatedFootprintInBytes(_num).Should().NotBe(0);
 }