Revision 6:ba3c8cc649d3 TestDefaults.h
| TestDefaults.h | ||
|---|---|---|
| 63 | 63 |
static Tester::TestRegistrar<TestDefaultParameters> m_registrar; |
| 64 | 64 |
}; |
| 65 | 65 |
|
| 66 |
class TestLengthyConstructor : public Test |
|
| 67 |
{
|
|
| 68 |
public: |
|
| 69 |
TestLengthyConstructor() : Test() { }
|
|
| 70 |
Results test(std::string key); |
|
| 71 |
|
|
| 72 |
protected: |
|
| 73 |
static Tester::TestRegistrar<TestLengthyConstructor> m_registrar; |
|
| 74 |
}; |
|
| 66 | 75 |
|
| 67 | 76 |
#endif |
Also available in: Unified diff