Vodafone Test Suite

Dependencies:   mbed-rtos mbed HTTPClient VodafoneUSBModem

Committer:
ashleymills
Date:
Mon Sep 17 13:28:39 2012 +0000
Revision:
44:6d0ac4747f5b
Parent:
40:32b0558320ea
Child:
66:6b00a764e549
Refactored names. Privatised virtuals to avoid bugs (bitten).

Who changed what in which revision?

UserRevisionLine numberNew contents of line
ashleymills 24:8f0f9551122a 1 #pragma once
ashleymills 24:8f0f9551122a 2 #include "VodafoneTestCase.h"
ashleymills 24:8f0f9551122a 3 #include "HTTPClient.h"
ashleymills 37:847f5f86e9ff 4 extern const char *gTest10Description;
ashleymills 24:8f0f9551122a 5
ashleymills 24:8f0f9551122a 6 class Test10 : public VodafoneTestCase {
ashleymills 24:8f0f9551122a 7 public:
ashleymills 40:32b0558320ea 8 Test10(VodafoneUSBModem *m);
ashleymills 44:6d0ac4747f5b 9
ashleymills 44:6d0ac4747f5b 10 private:
ashleymills 40:32b0558320ea 11 virtual void setupTest();
ashleymills 44:6d0ac4747f5b 12 virtual bool executeTest();
ashleymills 40:32b0558320ea 13 virtual void endTest();
ashleymills 23:408199b5d2cb 14 };