Search in sources :

Example 1 with ILineArcProp

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);
}
Also used : ILineArcProp(net.sf.latexdraw.models.interfaces.prop.ILineArcProp) Theory(org.junit.experimental.theories.Theory)

Aggregations

ILineArcProp (net.sf.latexdraw.models.interfaces.prop.ILineArcProp)1 Theory (org.junit.experimental.theories.Theory)1