Revision 35:b700f37dc118 TestStaticData.h

View differences:

TestStaticData.h
76 76
    static Tester::TestRegistrar<TestValueRanges> m_registrar;
77 77
};
78 78

  
79
class TestCategory : public Test
80
{
81
public:
82
    TestCategory() : Test() { }
83
    Results test(std::string key, Options options);
84
    
85
protected:
86
    static Tester::TestRegistrar<TestCategory> m_registrar;
87
};
88

  
79 89
#endif

Also available in: Unified diff