Skip to content

Commit

Permalink
updated the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
anquetil committed Oct 3, 2023
1 parent c8bd1f9 commit bc5cfb2
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ FamixUMLPlantUMLBackendTest >> testGenerateClass [
backend generateClass: umlClass.

self assert: backend outputStream contents equals:
'class AClass <<(C,#FFFFFF)>> #FFFFFF {
'class AClass <<(C,white)>> #FFFFFF {
}
'
]
Expand All @@ -141,7 +141,7 @@ FamixUMLPlantUMLBackendTest >> testGenerateClassProperties [
backend generateClass: umlClass.

self assert: backend outputStream contents equals:
'class AClass <<(C,#FFFFFF)>> #FFFFFF {
'class AClass <<(C,white)>> #FFFFFF {
integer prop1
whatever prop2
}
Expand All @@ -157,7 +157,7 @@ FamixUMLPlantUMLBackendTest >> testGenerateClassStub [
backend generateClass: umlClass.

self assert: backend outputStream contents equals:
'class AClass <<(C,#FFFFFF)External>> #FFFFFF {
'class AClass <<(C,white)External>> #FFFFFF {
}
'
]
Expand Down

0 comments on commit bc5cfb2

Please sign in to comment.