Mercurial > hg > vamp-plugin-tester
comparison TestDefaults.h @ 34:a2d9aed55a2a
Check that a reset call does not change parameter values
author | Chris Cannam |
---|---|
date | Mon, 16 Dec 2013 13:28:28 +0000 |
parents | 0c1c60654125 |
children | f1e8e14e9c96 |
comparison
equal
deleted
inserted
replaced
33:005ac7a3d827 | 34:a2d9aed55a2a |
---|---|
61 | 61 |
62 protected: | 62 protected: |
63 static Tester::TestRegistrar<TestDefaultParameters> m_registrar; | 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 #endif | 76 #endif |