Lines Matching refs:assertEquals

117 	 assertEquals("Not the same shape","test",xPropSet2.getPropertyValue("Name"));  in testInsertShape()
118 assertEquals("Not EllopseShape","com.sun.star.drawing.EllipseShape",xShape.getShapeType()); in testInsertShape()
135 assertEquals("Not put text correctly","test",ShapeUtil.getPortion(xShape)); in testInsertTextToShape()
169 assertEquals("Not Gradient Fill Style",FillStyle.GRADIENT,xPropSet.getPropertyValue("FillStyle")); in testShapeFillGradient()
171 assertEquals("Not Linear Gradient",GradientStyle.LINEAR,aGradient.Style); in testShapeFillGradient()
194 assertEquals("Not Color Fill Style",FillStyle.SOLID,xPropSet.getPropertyValue("FillStyle")); in testShapeFillColor()
195 assertEquals("Not Yellow Color Fill",0xffff00,xPropSet.getPropertyValue("FillColor")); in testShapeFillColor()
223 assertEquals("Not Gradient Fill Style",FillStyle.HATCH,xPropSet.getPropertyValue("FillStyle")); in testShapeFillHatch()
225 assertEquals("Not Double Hatch",HatchStyle.DOUBLE,aHatch.Style); in testShapeFillHatch()
257 assertEquals("Not Dash Line Style",LineStyle.DASH,xPropSet.getPropertyValue("LineStyle")); in testShapeLineStyle()
259 assertEquals("Not Round Dash Style", DashStyle.ROUND ,aLineDash.Style); in testShapeLineStyle()
281 assertEquals("Not Dash Line Style",LineStyle.DASH,xPropSet.getPropertyValue("LineStyle")); in testShapeLineColor()
282 assertEquals("wrong line color", 0x00ff00,xPropSet.getPropertyValue("LineColor")); in testShapeLineColor()
298 assertEquals("wrong shape position",1000,xShape.getPosition().X); in testShapePositionSize()
299 assertEquals("wrong shape Height", 5000 ,xShape.getSize().Height); in testShapePositionSize()
319 assertEquals("RotateAngle is not 2500", 2500L, xPropSet.getPropertyValue("RotateAngle")); in testShapeRotation()
342 assertEquals("Not remove shape successfully",1,countBeforeRemove-countAfterRemove); in testShapeRemove()
346 assertEquals("Shape count is wrong after reload",6,xShapes.getCount()); in testShapeRemove()