diff 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
line wrap: on
line diff
--- a/TestDefaults.h	Wed Nov 06 13:01:03 2013 +0000
+++ b/TestDefaults.h	Mon Dec 16 13:28:28 2013 +0000
@@ -63,4 +63,14 @@
     static Tester::TestRegistrar<TestDefaultParameters> m_registrar;
 };
 
+class TestParametersOnReset : public Test
+{
+public:
+    TestParametersOnReset() : Test() { }
+    Results test(std::string key, Options options);
+    
+protected:
+    static Tester::TestRegistrar<TestParametersOnReset> m_registrar;
+};
+
 #endif