summaryrefslogtreecommitdiffstats
path: root/old/libqsystemtest/symbiantestcontrol.h
blob: 2b273ab169853a9e9c5a9201c9d9483d2c299c27 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#ifndef SYMBIANTESTCONTROL_H
#define SYMBIANTESTCONTROL_H

#include "testcontrol.h"

namespace Qt4Test {
class SymbianTestControl : public TestControl
{
    Q_OBJECT
public:
    SymbianTestControl();
    virtual ~SymbianTestControl();

    bool deviceConfiguration( QString &reply );

    bool startApplication( const QString &application, const QStringList &arguments,
                            bool styleQtUITest, const QStringList &environment, QString &reply );
    bool killApplication( const QString &application, QString &reply );
};
}

#endif // SYMBIANTESTCONTROL_H