Revision 8:3019cb6b538d TestInputExtremes.h

View differences:

TestInputExtremes.h
51 51
{
52 52
public:
53 53
    TestNormalInput() : Test() { }
54
    Results test(std::string key);
54
    Results test(std::string key, Options options);
55 55

  
56 56
protected:
57 57
    static Tester::TestRegistrar<TestNormalInput> m_registrar;
......
61 61
{
62 62
public:
63 63
    TestNoInput() : Test() { }
64
    Results test(std::string key);
64
    Results test(std::string key, Options options);
65 65

  
66 66
protected:
67 67
    static Tester::TestRegistrar<TestNoInput> m_registrar;
......
71 71
{
72 72
public:
73 73
    TestShortInput() : Test() { }
74
    Results test(std::string key);
74
    Results test(std::string key, Options options);
75 75

  
76 76
protected:
77 77
    static Tester::TestRegistrar<TestShortInput> m_registrar;
......
81 81
{
82 82
public:
83 83
    TestSilentInput() : Test() { }
84
    Results test(std::string key);
84
    Results test(std::string key, Options options);
85 85

  
86 86
protected:
87 87
    static Tester::TestRegistrar<TestSilentInput> m_registrar;
......
91 91
{
92 92
public:
93 93
    TestTooLoudInput() : Test() { }
94
    Results test(std::string key);
94
    Results test(std::string key, Options options);
95 95

  
96 96
protected:
97 97
    static Tester::TestRegistrar<TestTooLoudInput> m_registrar;
......
101 101
{
102 102
public:
103 103
    TestRandomInput() : Test() { }
104
    Results test(std::string key);
104
    Results test(std::string key, Options options);
105 105

  
106 106
protected:
107 107
    static Tester::TestRegistrar<TestRandomInput> m_registrar;

Also available in: Unified diff