use of net.sf.latexdraw.model.api.property.LineArcProp in project latexdraw by arnobl.
the class PolymorphLineArcTest method testLoadSaveLineArcParams.
@ParameterizedTest
@MethodSource("net.sf.latexdraw.data.LineArcSupplier#lineArcDiversified")
default void testLoadSaveLineArcParams(final Shape sh) {
final LineArcProp s2 = (LineArcProp) produceOutputShapeFrom(sh);
CompareShapeMatcher.INST.assertEqualsLineArc((LineArcProp) sh, s2);
}
Aggregations