Revision 8:3019cb6b538d TestOutputs.h
| TestOutputs.h | ||
|---|---|---|
| 47 | 47 |
{
|
| 48 | 48 |
public: |
| 49 | 49 |
TestOutputNumbers() : Test() { }
|
| 50 |
Results test(std::string key); |
|
| 50 |
Results test(std::string key, Options options);
|
|
| 51 | 51 |
|
| 52 | 52 |
protected: |
| 53 | 53 |
static Tester::TestRegistrar<TestOutputNumbers> m_registrar; |
| ... | ... | |
| 57 | 57 |
{
|
| 58 | 58 |
public: |
| 59 | 59 |
TestTimestamps() : Test() { }
|
| 60 |
Results test(std::string key); |
|
| 60 |
Results test(std::string key, Options options);
|
|
| 61 | 61 |
|
| 62 | 62 |
protected: |
| 63 | 63 |
static Tester::TestRegistrar<TestTimestamps> m_registrar; |
Also available in: Unified diff