Revision 8:3019cb6b538d Tester.h

View differences:

Tester.h
47 47
class Tester
48 48
{
49 49
public:
50
    Tester(std::string pluginKey);
50
    Tester(std::string pluginKey, Test::Options);
51 51
    ~Tester();
52 52

  
53 53
    bool test(int &notes, int &warnings, int &errors);
......
71 71
    
72 72
protected:
73 73
    std::string m_key;
74
    Test::Options m_options;
74 75
    typedef std::map<std::string, Registrar *> Registry;
75 76
    static Registry &registry();
76 77
};

Also available in: Unified diff