Vodafone Test Suite

Dependencies:   mbed-rtos mbed HTTPClient VodafoneUSBModem

Committer:
ashleymills
Date:
Fri Sep 14 12:16:09 2012 +0000
Revision:
40:32b0558320ea
Parent:
37:847f5f86e9ff
Child:
44:6d0ac4747f5b
Refactoring.

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 40:32b0558320ea 9 virtual void setupTest();
ashleymills 40:32b0558320ea 10 virtual bool execute();
ashleymills 40:32b0558320ea 11 virtual void endTest();
ashleymills 23:408199b5d2cb 12 };