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