debugger: integrate state test into test automation framework

Change-Id: If3c6b5095a10a92683bf2214e45408e8d885085f
Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
hjk
2012-01-25 17:28:06 +01:00
committed by hjk
parent accde26139
commit 828139a7db
4 changed files with 162 additions and 59 deletions

View File

@@ -69,7 +69,10 @@ public:
startMode(NoStartMode),
executableUid(0),
communicationChannel(CommunicationChannelTcpIp),
serverPort(0)
serverPort(0),
testReceiver(0),
testCallback(0),
testCase(0)
{}
QString executable;
@@ -125,6 +128,11 @@ public:
CommunicationChannel communicationChannel;
QString serverAddress;
quint16 serverPort;
// For Debugger testing.
QObject *testReceiver;
const char *testCallback;
int testCase;
};
} // namespace Debugger