added events
This commit is contained in:
@ -30,17 +30,6 @@ namespace Buckets.Test
|
||||
});
|
||||
}
|
||||
|
||||
[TestMethod]
|
||||
public void Fill_BucketOverCapacity_ShouldThrow()
|
||||
{
|
||||
Bucket bucket = new(10, 0);
|
||||
Bucket bucket2 = new(20, 20);
|
||||
Assert.ThrowsException<ArgumentOutOfRangeException>(() =>
|
||||
{
|
||||
bucket.Fill(bucket2);
|
||||
});
|
||||
}
|
||||
|
||||
[TestMethod]
|
||||
public void Fill_SecondBucket_ShouldEqual0()
|
||||
{
|
||||
|
Reference in New Issue
Block a user