Files
contact-book/ContactBook.package/ContactBookTest.class/instance/testCreation.st
2018-05-12 15:25:36 +02:00

5 lines
100 B
Smalltalk

testing
testCreation
| book |
book := ContactBook new.
self assert: book contacts size equals: 0.