blob: 72b739f34f9625ffe14344c46b73629a1f86dc76 [file] [log] [blame]
Testing all methods of Collection.
== Running test suite: Collection
-- Running test case: WI.Collection.prototype.add
["one","two"]
["one","two",3]
-- Running test case: WI.Collection.prototype.remove
["one","two"]
["two"]
-- Running test case: WI.Collection.prototype.clear
["one","two",3]
[]
-- Running test case: WI.Collection.SpecifiedType
["one","two"]
["one","two"]