Vodafone Test Suite

Dependencies:   mbed-rtos mbed HTTPClient VodafoneUSBModem

Tests/Test10.h

Committer:
ashleymills
Date:
2012-09-14
Revision:
40:32b0558320ea
Parent:
37:847f5f86e9ff
Child:
44:6d0ac4747f5b

File content as of revision 40:32b0558320ea:

#pragma once
#include "VodafoneTestCase.h"
#include "HTTPClient.h"
extern const char *gTest10Description;

class Test10 : public VodafoneTestCase {
   public: 
      Test10(VodafoneUSBModem *m);
      virtual void setupTest();
      virtual bool execute();
      virtual void endTest();
};