Vodafone Test Suite

Dependencies:   mbed-rtos mbed HTTPClient VodafoneUSBModem

Tests/Test23.h

Committer:
ashleymills
Date:
2012-09-13
Revision:
37:847f5f86e9ff
Parent:
34:d9e45aad85f2
Child:
44:6d0ac4747f5b

File content as of revision 37:847f5f86e9ff:

#pragma once
#include "VodafoneTestCase.h"

extern const char *gTest23Description;

class Test23 : public VodafoneTestCase {
   public: 
      Test23(VodafoneUSBModem *m);
      virtual void setupTest();
      virtual bool execute();
      virtual void endTest();
      
   private:
      char *_ussdResponse;
};