diff --git a/src/Artefact-Core-Tests/PDFParagraphTest.class.st b/src/Artefact-Core-Tests/PDFParagraphTest.class.st index c0a224a..0791a23 100644 --- a/src/Artefact-Core-Tests/PDFParagraphTest.class.st +++ b/src/Artefact-Core-Tests/PDFParagraphTest.class.st @@ -62,3 +62,15 @@ PDFParagraphTest >> setUp [ self doc generate ] + +{ #category : #tests } +PDFParagraphTest >> testDimensions [ + + self assert: paragraph dimension equals: 160mm@60mm +] + +{ #category : #tests } +PDFParagraphTest >> testOrigin [ + + self assert: paragraph from equals: 10 mm @ 10 mm +]