| assertArrayEquals(expectedBoundaries, boundaries.toArray(new Float[boundaries.size()]));
}
@Test
public void shouldCorrectlyConstructBoundariesWithWindowSmallerThanActualNarrowlyVaryingFloats() {
List<Float> boundaries = Histogram.getBucketBoundaries(new FloatOperations(),
10.00020f,
10.00030f,
10.00011f,
10.00050f,
12,
|