Commit Graph

8 Commits

Author SHA1 Message Date
Randolph Voorhies
73fda0f5d9 Starting map unit tests 2013-06-14 13:45:10 -07:00
Randolph Voorhies
d060da918c Added list unit tests 2013-06-13 18:45:33 -07:00
Randolph Voorhies
6821955323 Added forward_list unit tests
Also, forward_list has no .size() method. For now, we're using a linear
traversal of the container with std::distance. We may want to do
something more efficient later?
2013-06-13 18:40:57 -07:00
Randolph Voorhies
11019ef8de Adding deque unit tests 2013-06-13 18:31:29 -07:00
Randolph Voorhies
010252c1d7 Fixed serialization error in vector, added tests 2013-06-13 18:26:29 -07:00
Randolph Voorhies
480cfcc4b6 Added array unit tests 2013-06-13 17:54:42 -07:00
Randolph Voorhies
bb3f5409d8 Added unit tests for pointers 2013-06-13 17:02:46 -07:00
Randolph Voorhies
0186e16fcb Adding unit tests for POD types 2013-06-13 16:54:32 -07:00