Skip to content

Commit

Permalink
Merge pull request #52 from astares/issue_51
Browse files Browse the repository at this point in the history
PDFParagraphTest has not test methods
  • Loading branch information
astares authored Sep 9, 2023
2 parents 10b0dea + eb7a0af commit a9430d6
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/Artefact-Core-Tests/PDFParagraphTest.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -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
]

0 comments on commit a9430d6

Please sign in to comment.