Revision 4:d8724c5a6d83 TestMultipleRuns.cpp
| TestMultipleRuns.cpp | ||
|---|---|---|
| 48 | 48 |
#include <cmath> |
| 49 | 49 |
|
| 50 | 50 |
Tester::TestRegistrar<TestDistinctRuns> |
| 51 |
TestDistinctRuns::m_registrar("Consecutive runs with separate instances");
|
|
| 51 |
TestDistinctRuns::m_registrar("D1 Consecutive runs with separate instances");
|
|
| 52 | 52 |
|
| 53 | 53 |
Tester::TestRegistrar<TestReset> |
| 54 |
TestReset::m_registrar("Consecutive runs with a single instance using reset");
|
|
| 54 |
TestReset::m_registrar("D2 Consecutive runs with a single instance using reset");
|
|
| 55 | 55 |
|
| 56 | 56 |
Tester::TestRegistrar<TestInterleavedRuns> |
| 57 |
TestInterleavedRuns::m_registrar("Simultaneous interleaved runs in a single thread");
|
|
| 57 |
TestInterleavedRuns::m_registrar("D3 Simultaneous interleaved runs in a single thread");
|
|
| 58 | 58 |
|
| 59 | 59 |
static const size_t _step = 1000; |
| 60 | 60 |
|
Also available in: Unified diff