Add spop and srandmember

This commit is contained in:
fbraem
2015-11-16 22:51:13 +01:00
parent 7732d756ad
commit 7857e156c1
4 changed files with 191 additions and 0 deletions

View File

@@ -61,6 +61,8 @@ public:
void testSIsmember();
void testSMembers();
void testSMove();
void testSPop();
void testSRandMember();
void testSRem();
void testSUnion();
void testSUnionStore();