Lines Matching refs:assertEquals

23 import static org.junit.Assert.assertEquals;
163 assertEquals("Not Dash Line Style", LineStyle.DASH, in testAreaBordersProperties()
165 assertEquals("Not Yellow Line", 0x00ff00, in testAreaBordersProperties()
188 assertEquals("Not Gradient Fill Style", FillStyle.GRADIENT, in testAreaFillProperties()
190 assertEquals("Not Radial red/yellow Gradient", "Radial red/yellow", in testAreaFillProperties()
214 assertEquals("Area Fill Transparency is not 50%", new Short("50"), in testAreaTransparencyProperties()
238 assertEquals("Not Dash Line Style", LineStyle.DASH, in testLegendBorderProperties()
240 assertEquals("Not Yellow Line", 0x00ff00, in testLegendBorderProperties()
265 assertEquals("Area Fill Transparency is not 50%", new Short("50"), in testLegendFillAndTransparence()
288 assertEquals("Legend font name is not Arial", "Arial", in testLegendCharFont()
290 assertEquals("Legend font weight is not BOLD", FontWeight.BOLD, in testLegendCharFont()
316 assertEquals("Legend font color is not yellow", 0xffff00, in testLegendCharFontEffects()
318 assertEquals("Legend font underline is not DOUBLE", in testLegendCharFontEffects()
321 assertEquals("Legend font underline color is not yellow", 0xffff00, in testLegendCharFontEffects()
323 assertEquals("Legend font relief is not engraved", FontRelief.ENGRAVED, in testLegendCharFontEffects()
346 assertEquals("Legend position is not left", ChartLegendPosition.LEFT, in testLegendposition()
373 assertEquals("Chart title is wrong", "TestTitle", in testTitleAndSubTitle()
375 assertEquals("Chart sub title is wrong", "TestSubTitle", in testTitleAndSubTitle()
401 assertEquals("Chart title is wrong", "AnotherTestTitle", in testTitleAndSubTitle()
403 assertEquals("Chart sub title is wrong", "AnotherTestSubTitle", in testTitleAndSubTitle()
427 assertEquals( in testDataLabel()
459 assertEquals("the Y grid line color is not yellow", 0xffff00, in testGridLine()
482 assertEquals("the Chart wall is not yellow", 0xffff00, in testWall()