Revision 10:0c1c60654125 TestDefaults.h

View differences:

TestDefaults.h
63 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, Options options);
71
    
72
protected:
73
    static Tester::TestRegistrar<TestLengthyConstructor> m_registrar;
74
};
75

  
76 66
#endif

Also available in: Unified diff