Skip to content

Commit

Permalink
readd missing method
Browse files Browse the repository at this point in the history
  • Loading branch information
estebanlm committed Dec 20, 2023
1 parent fefcd78 commit b9969a2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/Spec2-Code-Tests/SpCodeSystemNavigationMock.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@ SpCodeSystemNavigationMock >> browseHierarchy: aClass selector: aSelector [
browseSelector := aSelector
]

{ #category : 'enumerating' }
SpCodeSystemNavigationMock >> browseMessageList: aList name: labelString autoSelect: autoSelectString refreshingBlock: aBlock [

messageList := aList
]

{ #category : 'enumerating' }
SpCodeSystemNavigationMock >> browseMessageList: aList name: labelString highlight: autoSelectString refreshingBlock: aBlock [

Expand Down

0 comments on commit b9969a2

Please sign in to comment.