public void TestMaxBucketValue() { var b = new Buckets(10, 2); var max = b.MaxBucketValue(); Assert.AreEqual(3, max); }