comparison TestDefaults.h @ 6:ba3c8cc649d3

* Add lengthy constructor test
author cannam
date Tue, 17 Mar 2009 17:54:57 +0000
parents 6a279da6fdd7
children 3019cb6b538d
comparison
equal deleted inserted replaced
5:6a279da6fdd7 6:ba3c8cc649d3
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 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 #endif 76 #endif