Vodafone Test Suite

Dependencies:   mbed-rtos mbed HTTPClient VodafoneUSBModem

Committer:
ashleymills
Date:
Thu Sep 06 14:28:01 2012 +0000
Revision:
26:9eefab9e28df
Parent:
20:18373fb68ad7
Child:
27:0297dbc3252b
Started changing test framework to add dependencies.;

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 26:9eefab9e28df 3 const int gTest23Depends[] = {};
ashleymills 26:9eefab9e28df 4
ashleymills 20:18373fb68ad7 5 class Test23 : public VodafoneTestCase {
ashleymills 20:18373fb68ad7 6 public:
ashleymills 20:18373fb68ad7 7 Test23(VodafoneUSBModem *m, int tcNumber);
ashleymills 20:18373fb68ad7 8 virtual void setupTest();
ashleymills 20:18373fb68ad7 9 virtual bool runTest();
ashleymills 20:18373fb68ad7 10 virtual void endTest();
ashleymills 20:18373fb68ad7 11
ashleymills 20:18373fb68ad7 12 private:
ashleymills 20:18373fb68ad7 13 char *_ussdResponse;
ashleymills 20:18373fb68ad7 14 };