@Test public void testArithmeticMin() throws Exception { ChartManager.setLogarithmic(chart, false); assertEquals(0, yAxis.getMin()); }
@Test public void testLogarithmicMin() throws Exception { ChartManager.setLogarithmic(chart, true); assertNull(yAxis.getMin()); }