set_test.js
No description.

File Location

/goog/structs/set_test.js

Classes

Set
No description.

Public Protected Private

Global Functions

assertIntersection()
Helper function to assert intersection is commutative.
code »
assertRemoveAll()
Helper function to test removeAll.
code »
testContainsFunctionValue&fn1()
No description.
code »
testContainsFunctionValue&fn2()
No description.
code »
helperForTestEquals(abcd)
Helper method for testEquals().
Arguments:
a : Object
First element to use in the tests.
b : Object
Second element to use in the tests.
c : Object
Third element to use in the tests.
d : Object
Fourth element to use in the tests.
code »
helperForTestIsSubsetOf(abcd)
Helper method for testIsSubsetOf().
Arguments:
a : Object
First element to use in the tests.
b : Object
Second element to use in the tests.
c : Object
Third element to use in the tests.
d : Object
Fourth element to use in the tests.
code »
stringifySet()
No description.
code »
testAdd()
No description.
code »
testAddAll()
No description.
code »
testClear()
No description.
code »
testClone()
No description.
code »
testConstructor()
No description.
code »
testContains()
No description.
code »
testContainsAll()
No description.
code »
testContainsFunctionValue()
No description.
code »
testDifference()
No description.
code »
testEquals()
No description.
code »
testEvery()
No description.
code »
testFilter()
No description.
code »
testForEach()
No description.
code »
testGetCount()
No description.
code »
testGetValues()
No description.
code »
testIntersection()
No description.
code »
testIsSubsetOf()
No description.
code »
testIterator()
No description.
code »
testRemoveAll()
No description.
code »
testSome()
No description.
code »

Directory structs

File Reference