RoloLudo/RoloLudo.package/SfTruthExamples.class/instance/emptyTruth.st

7 lines
129 B
Smalltalk

accessing
emptyTruth
<gtExample>
| testSfTruth |
testSfTruth := SfTruth new.
self assert: testSfTruth isEmpty.
^ testSfTruth