Vodafone Test Suite

Dependencies:   mbed-rtos mbed HTTPClient VodafoneUSBModem

Committer:
ashleymills
Date:
Tue Sep 04 15:31:55 2012 +0000
Revision:
20:18373fb68ad7
Child:
26:9eefab9e28df
Added long USSD test.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
ashleymills 20:18373fb68ad7 1 #pragma once
ashleymills 20:18373fb68ad7 2 #include "VodafoneTestCase.h"
ashleymills 20:18373fb68ad7 3 class Test23 : public VodafoneTestCase {
ashleymills 20:18373fb68ad7 4 public:
ashleymills 20:18373fb68ad7 5 Test23(VodafoneUSBModem *m, int tcNumber);
ashleymills 20:18373fb68ad7 6 virtual void setupTest();
ashleymills 20:18373fb68ad7 7 virtual bool runTest();
ashleymills 20:18373fb68ad7 8 virtual void endTest();
ashleymills 20:18373fb68ad7 9
ashleymills 20:18373fb68ad7 10 private:
ashleymills 20:18373fb68ad7 11 char *_ussdResponse;
ashleymills 20:18373fb68ad7 12 };