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

7 lines
129 B
Smalltalk
Raw Normal View History

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