#include <test_pattern.h>
Public Member Functions | |
PatternTest () | |
void | setUp () |
void | reset () |
void | tearDown () |
void | testForeach () |
void | testAccumulate () |
void | testTransform () |
test::PatternTest< ElementT, CLASS_NAME >::PatternTest | ( | ) | [inline] |
void test::PatternTest< ElementT, CLASS_NAME >::setUp | ( | ) | [inline] |
void test::PatternTest< ElementT, 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< ElementT >.
void test::PatternTest< ElementT, CLASS_NAME >::tearDown | ( | ) | [inline] |
void test::PatternTest< ElementT, CLASS_NAME >::testForeach | ( | ) | [inline] |
void test::PatternTest< ElementT, CLASS_NAME >::testAccumulate | ( | ) | [inline] |
void test::PatternTest< ElementT, CLASS_NAME >::testTransform | ( | ) | [inline] |