Vodafone Test Suite

Dependencies:   mbed-rtos mbed HTTPClient VodafoneUSBModem

Tests/Test50.h

Committer:
ashleymills
Date:
2012-08-23
Revision:
3:28336c2e94e4
Child:
4:1f8e079924ba

File content as of revision 3:28336c2e94e4:

#pragma once
#include "VodafoneUSBModem.h"
#include "LogHeader.h"
class Test50 : public VodafoneTestCase {
   public:
      Test50(VodafoneUSBModem *m) : VodafoneTestCase(m) {
         
      }
      
      virtual bool runTest() {
         LOG("Starting SMS-Socket loop soak test.");
         
         return true; 
      }
      
   protected:
      VodafoneUSBModem *_modem;
      
};