Vodafone Test Suite

Dependencies:   mbed-rtos mbed HTTPClient VodafoneUSBModem

Committer:
ashleymills
Date:
Mon Sep 17 13:28:39 2012 +0000
Revision:
44:6d0ac4747f5b
Parent:
37:847f5f86e9ff
Refactored names. Privatised virtuals to avoid bugs (bitten).

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 27:0297dbc3252b 3
ashleymills 37:847f5f86e9ff 4 extern const char *gTest23Description;
ashleymills 26:9eefab9e28df 5
ashleymills 20:18373fb68ad7 6 class Test23 : public VodafoneTestCase {
ashleymills 20:18373fb68ad7 7 public:
ashleymills 33:16126e029d58 8 Test23(VodafoneUSBModem *m);
ashleymills 44:6d0ac4747f5b 9 private:
ashleymills 20:18373fb68ad7 10 virtual void setupTest();
ashleymills 44:6d0ac4747f5b 11 virtual bool executeTest();
ashleymills 20:18373fb68ad7 12 virtual void endTest();
ashleymills 20:18373fb68ad7 13 char *_ussdResponse;
ashleymills 20:18373fb68ad7 14 };