Revision 8:3019cb6b538d TestDefaults.h

View differences:

TestDefaults.h
47 47
{
48 48
public:
49 49
    TestDefaultProgram() : Test() { }
50
    Results test(std::string key);
50
    Results test(std::string key, Options options);
51 51
    
52 52
protected:
53 53
    static Tester::TestRegistrar<TestDefaultProgram> m_registrar;
......
57 57
{
58 58
public:
59 59
    TestDefaultParameters() : Test() { }
60
    Results test(std::string key);
60
    Results test(std::string key, Options options);
61 61
    
62 62
protected:
63 63
    static Tester::TestRegistrar<TestDefaultParameters> m_registrar;
......
67 67
{
68 68
public:
69 69
    TestLengthyConstructor() : Test() { }
70
    Results test(std::string key);
70
    Results test(std::string key, Options options);
71 71
    
72 72
protected:
73 73
    static Tester::TestRegistrar<TestLengthyConstructor> m_registrar;

Also available in: Unified diff