#include <test_future.h>
Public Member Functions | |
FutureTest () | |
void | setUp () |
void | reset () |
void | tearDown () |
void | testAccumulateMassive () |
void | testAccumulateMassive_another () |
test::FutureTest< Executor >::FutureTest | ( | ) | [inline] |
void test::FutureTest< Executor >::setUp | ( | ) | [inline] |
void test::FutureTest< Executor >::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< int >.
void test::FutureTest< Executor >::tearDown | ( | ) | [inline] |
void test::FutureTest< Executor >::testAccumulateMassive | ( | ) | [inline] |
void test::FutureTest< Executor >::testAccumulateMassive_another | ( | ) | [inline] |