smalltalk
/
osmo-st-all
Archived
1
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
osmo-st-all/Core/Tests/Unit/Buildables/WidgetMock1.st

12 lines
177 B
Smalltalk

Widget subclass: WidgetMock1 [
<comment: nil>
<category: 'Iliad-Tests-Unit-Builders'>
contents [
<category: 'building'>
^[:e | e text: 'test widget 1']
]
]