Vodafone Test Suite

Dependencies:   mbed-rtos mbed HTTPClient VodafoneUSBModem

Committer:
ashleymills
Date:
Thu Sep 13 15:26:49 2012 +0000
Revision:
37:847f5f86e9ff
Parent:
34:d9e45aad85f2
Child:
44:6d0ac4747f5b
Test only constructed when executed. INCOMPLETE, need to change som e other stuff to reflect this.

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 20:18373fb68ad7 9 virtual void setupTest();
ashleymills 34:d9e45aad85f2 10 virtual bool execute();
ashleymills 20:18373fb68ad7 11 virtual void endTest();
ashleymills 20:18373fb68ad7 12
ashleymills 20:18373fb68ad7 13 private:
ashleymills 20:18373fb68ad7 14 char *_ussdResponse;
ashleymills 20:18373fb68ad7 15 };