Skip to content

Commit

Permalink
Added getter pragmas to the mock model
Browse files Browse the repository at this point in the history
  • Loading branch information
olekscode committed Sep 18, 2023
1 parent 6b3cfcb commit 6e94118
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion repository/Cormas-Mocks/CMMockModel.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -186,17 +186,20 @@ CMMockModel >> randomSeed: aNumber [
{ #category : #accessing }
CMMockModel >> theCells [

<getterFor: #CMMockCell>
^ theCells
]

{ #category : #accessing }
CMMockModel >> theCows [

<getterFor: #CMMockCow>
^ theCows
]

{ #category : #accessing }
CMMockModel >> theGoats [


<getterFor: #CMMockGoat>
^ theGoats
]

0 comments on commit 6e94118

Please sign in to comment.