public void CalculateCapacity_ReturnsCorrectValue(int size, int expected) { FixedSizeDictionary <int> .CalculateCapacity(size).ShouldBe(expected); }