Ducasse / Infhub

MIT License
0 stars 2 forks source link

Define VCardTest and add test to show how to create Card #14

Closed Ducasse closed 5 months ago

Ducasse commented 5 months ago

We need some tests that will help us creating Vcard objects from our user interface. For example tests such as

VCardTest >> testCreateName

       card := VCard new.
       car name: VName new ....

Use the inspect of a parsed VCard to see the structure of the VCard by putting the breakpoint in some of the tests such as testParseAvi