#include <test_iterator.h>
Public Member Functions | |
IteratorTest () | |
ListType * | getList () |
void | setUp () |
void | reset () |
void | tearDown () |
void | testIteratorST () |
void | testConstIteratorST () |
test::IteratorTest< ListType, ParaType, CLASS_NAME >::IteratorTest | ( | ) | [inline] |
ListType* test::IteratorTest< ListType, ParaType, CLASS_NAME >::getList | ( | ) | [inline] |
void test::IteratorTest< ListType, ParaType, CLASS_NAME >::setUp | ( | ) | [inline] |
void test::IteratorTest< ListType, 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::IteratorTest< ListType, ParaType, CLASS_NAME >::tearDown | ( | ) | [inline] |
void test::IteratorTest< ListType, ParaType, CLASS_NAME >::testIteratorST | ( | ) | [inline] |
void test::IteratorTest< ListType, ParaType, CLASS_NAME >::testConstIteratorST | ( | ) | [inline] |