#include <test_stack.h>
Public Member Functions | |
ThreadPopFactory (TestType *s, StackTest< TestType, ParaType, CLASS_NAME > *t) | |
virtual Runnable ** | createThreads (int threadNum, int elementNum, int operationNum) |
virtual void | verifyResult (int threadNum, int elementNum) |
test::ThreadPopFactory< TestType, ParaType, CLASS_NAME >::ThreadPopFactory | ( | TestType * | s, | |
StackTest< TestType, ParaType, CLASS_NAME > * | t | |||
) | [inline] |
virtual Runnable** test::ThreadPopFactory< TestType, ParaType, CLASS_NAME >::createThreads | ( | int | threadNum, | |
int | elementNum, | |||
int | operationNum | |||
) | [inline, virtual] |
Create multiple threads which can be used to run simultaneously. This method should also clean and setup internal state for next round of execution.
Implements test::ThreadFactory< ParaType >.
virtual void test::ThreadPopFactory< TestType, ParaType, CLASS_NAME >::verifyResult | ( | int | threadNum, | |
int | elementNum | |||
) | [inline, virtual] |
Verify result when created threads finished.
Reimplemented from test::ThreadFactory< ParaType >.