Go to the documentation of this file.
21 #ifndef SH_SELECTORTEST_H
22 #define SH_SELECTORTEST_H
47 #endif // ndef SH_SELECTORTEST_H
void testIsPermutation(void)
Definition: SelectorTest.cc:51
void testIsIdentityPermutation(void)
Definition: SelectorTest.cc:59
a random permutation of a random combination
Definition: Selector.h:36
Selector * sid1
Definition: SelectorTest.h:41
Definition: UnitTest.h:38
bool genericTestIsPermutation(Selector *s)
Definition: SelectorTest.cc:65
SelectorTest(TestSuite *s)
Definition: SelectorTest.cc:28
Selector * s2
Definition: SelectorTest.h:40
Selector * sid2
Definition: SelectorTest.h:41
Definition: TestSuite.h:31
bool genericTestIsIdentityPermutation(Selector *s)
Definition: SelectorTest.cc:86
Selector * s4
Definition: SelectorTest.h:40
void setup(void)
Definition: SelectorTest.cc:35
void cleanup(void)
Definition: SelectorTest.cc:45
Selector * s3
Definition: SelectorTest.h:40
Selector * s1
Definition: SelectorTest.h:40
Definition: SelectorTest.h:29