#include <test_set.h>

Public Member Functions | |
| SetTest () | |
| SetType * | getSet () |
| void | setUp () |
| void | reset () |
| void | tearDown () |
| void | testEmptyST () |
| void | testInsertST () |
| void | testRemoveST () |
| void | testInsertMT () |
| void | testRemoveMT () |
| void | testInsertRemoveMT () |
| test::SetTest< SetType, ParaType, CLASS_NAME >::SetTest | ( | ) | [inline] |
| SetType* test::SetTest< SetType, ParaType, CLASS_NAME >::getSet | ( | ) | [inline] |
| void test::SetTest< SetType, ParaType, CLASS_NAME >::setUp | ( | ) | [inline] |
| void test::SetTest< SetType, ParaType, CLASS_NAME >::reset | ( | ) | [inline, virtual] |
This function will be called by multi-thread test. It should clean the internal state. It should ensure that the test with i threads should NOT affect the execution with (i+1) threads.
Reimplemented from BaseTest< ParaType >.
| void test::SetTest< SetType, ParaType, CLASS_NAME >::tearDown | ( | ) | [inline] |
| void test::SetTest< SetType, ParaType, CLASS_NAME >::testEmptyST | ( | ) | [inline] |
| void test::SetTest< SetType, ParaType, CLASS_NAME >::testInsertST | ( | ) | [inline] |
| void test::SetTest< SetType, ParaType, CLASS_NAME >::testRemoveST | ( | ) | [inline] |
| void test::SetTest< SetType, ParaType, CLASS_NAME >::testInsertMT | ( | ) | [inline] |
| void test::SetTest< SetType, ParaType, CLASS_NAME >::testRemoveMT | ( | ) | [inline] |
| void test::SetTest< SetType, ParaType, CLASS_NAME >::testInsertRemoveMT | ( | ) | [inline] |
1.5.6