#include <test_psort.h>
Public Member Functions | |
ParallelSortTest () | |
void | setUp () |
void | reset () |
void | tearDown () |
void | testSort () |
test::ParallelSortTest< ParaType, CLASS_NAME >::ParallelSortTest | ( | ) | [inline] |
void test::ParallelSortTest< ParaType, CLASS_NAME >::setUp | ( | ) | [inline] |
void test::ParallelSortTest< 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::ParallelSortTest< ParaType, CLASS_NAME >::tearDown | ( | ) | [inline] |
void test::ParallelSortTest< ParaType, CLASS_NAME >::testSort | ( | ) | [inline] |