Skip to content

Commit

Permalink
Add test
Browse files Browse the repository at this point in the history
  • Loading branch information
jecisc committed Jun 3, 2024
1 parent 743a35d commit 8c267ea
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,15 @@ FamixReferenceModelImporterTest >> testConstantMethodAnnotation [
self assert: method isConstant
]

{ #category : #tests }
FamixReferenceModelImporterTest >> testDisplayFullString [
"Smoke test for #displayFullString"

self shouldnt: [ self model entities do: [ :entity | entity displayFullString ] ] raise: Error.

self assertEmpty: ((self model entities select: [ :entity | entity isAssociation ]) select: [ :asso | asso displayFullString = #noname ])
]

{ #category : #tests }
FamixReferenceModelImporterTest >> testExtendedClasses [
| subRootModelTwo p1 p2 subRootModelThree extensionMethod |
Expand Down

0 comments on commit 8c267ea

Please sign in to comment.