#include <test_aasort.h>
Public Member Functions | |
AASortTest () | |
void | setUp () |
void | reset () |
void | tearDown () |
void | testAASort () |
test::AASortTest::AASortTest | ( | ) | [inline] |
void test::AASortTest::setUp | ( | ) | [inline] |
void test::AASortTest::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::AASortTest::tearDown | ( | ) | [inline] |
void test::AASortTest::testAASort | ( | ) |