summaryrefslogtreecommitdiff
path: root/tests/test_dynamic_set.cc
AgeCommit message (Expand)AuthorFilesLines
2010-05-09Write a test of an even more basic removal from a set contained in a union ob...Daniel Burrows1-1/+16
2010-05-09Include "union" in the name of the tests of the set union object.Daniel Burrows1-5/+5
2010-05-09Add tests of the behavior of remove() when two sub-sets contain the same elem...Daniel Burrows1-0/+31
2010-05-09Write a test verifying that sets which have been removed from a dynamic set u...Daniel Burrows1-0/+11
2010-05-09Write up some tests of the behavior of insert() on individual sets in a set u...Daniel Burrows1-0/+39
2010-05-09Write a test against ghosts in the set union system.Daniel Burrows1-0/+21
2010-05-09Write a basic test of what happens when a set is removed from a set union.Daniel Burrows1-0/+39
2010-05-09Add a canned routine to clear all the recorded information and expected infor...Daniel Burrows1-3/+10
2010-05-09Write a test of what happens when some empty sets are removed from a union.Daniel Burrows1-0/+10
2010-05-09Also verify that inserting a set twice doesn't somehow make it stay alive too...Daniel Burrows1-0/+6
2010-05-09Clear out the list of expected signals before expecting it to contain differe...Daniel Burrows1-0/+1
2010-05-09Write a test of what happens if a set is inserted into a union twice.Daniel Burrows1-0/+31
2010-05-09Add a new test that inserting new nonempty sets into a set union does the "ri...Daniel Burrows1-0/+33
2010-05-09Overhaul the shared test code to support comparisons between signal values an...Daniel Burrows1-10/+35
2010-05-09Write the first (trivial) test of the set union class.Daniel Burrows1-0/+53
2010-05-09Fix a tyop in a comment.Daniel Burrows1-1/+1
2010-05-09Write more tests for dynamic_set.Daniel Burrows1-0/+81
2010-05-09Write some tests of dynamic_set's actual behavior.Daniel Burrows1-5/+132
2010-05-09Add a first implementation of dynamic-set code to go with the dynamic-list code.Daniel Burrows1-0/+289