Mercurial > hg > vamp-plugin-tester
diff TestDefaults.h @ 6:ba3c8cc649d3
* Add lengthy constructor test
author | cannam |
---|---|
date | Tue, 17 Mar 2009 17:54:57 +0000 |
parents | 6a279da6fdd7 |
children | 3019cb6b538d |
line wrap: on
line diff
--- a/TestDefaults.h Tue Mar 17 17:46:25 2009 +0000 +++ b/TestDefaults.h Tue Mar 17 17:54:57 2009 +0000 @@ -63,5 +63,14 @@ static Tester::TestRegistrar<TestDefaultParameters> m_registrar; }; +class TestLengthyConstructor : public Test +{ +public: + TestLengthyConstructor() : Test() { } + Results test(std::string key); + +protected: + static Tester::TestRegistrar<TestLengthyConstructor> m_registrar; +}; #endif