5 lines
100 B
Smalltalk
5 lines
100 B
Smalltalk
testing
|
|
testCreation
|
|
| book |
|
|
book := ContactBook new.
|
|
self assert: book contacts size equals: 0. |