use of net.sf.latexdraw.models.interfaces.prop.ILineArcProp in project latexdraw by arnobl.
the class TestSVGLineArc method testLoadSaveLineArcParams.
@Theory
public void testLoadSaveLineArcParams(@LineArcData(withParamVariants = true) final IShape sh) {
final ILineArcProp s2 = (ILineArcProp) produceOutputShapeFrom(sh);
CompareShapeMatcher.INST.assertEqualsLineArc((ILineArcProp) sh, s2);
}
Aggregations