Scripting.Dictionary Test Suite
Object Created.
1. Adding Items
Items added: 3.
Current Count: 3 [PASS]2. Retrieving Items
Item('fr'): France
d('it'): Italy
Retrieval: [PASS]3. Exists Method
Exists('es'): True
Exists('xx'): False
Exists Logic: [PASS]4. Remove Method
Removed 'it'.
Exists('it') after remove: False
Count is now: 2
Remove Logic: [PASS]5. RemoveAll Method
Executed RemoveAll.
Final Count: 0
RemoveAll Logic: [PASS]