Revision 8:3019cb6b538d TestMultipleRuns.h

View differences:

TestMultipleRuns.h
47 47
{
48 48
public:
49 49
    TestDistinctRuns() : 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<TestDistinctRuns> m_registrar;
......
57 57
{
58 58
public:
59 59
    TestReset() : 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<TestReset> m_registrar;
......
67 67
{
68 68
public:
69 69
    TestInterleavedRuns() : 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<TestInterleavedRuns> m_registrar;
......
77 77
{
78 78
public:
79 79
    TestDifferentStartTimes() : Test() { }
80
    Results test(std::string key);
80
    Results test(std::string key, Options options);
81 81
    
82 82
protected:
83 83
    static Tester::TestRegistrar<TestDifferentStartTimes> m_registrar;

Also available in: Unified diff