Vodafone Test Suite

Dependencies:   mbed-rtos mbed HTTPClient VodafoneUSBModem

Committer:
ashleymills
Date:
Thu Sep 13 15:26:49 2012 +0000
Revision:
37:847f5f86e9ff
Child:
40:32b0558320ea
Test only constructed when executed. INCOMPLETE, need to change som e other stuff to reflect this.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
ashleymills 37:847f5f86e9ff 1 #include "Tests.h"
ashleymills 37:847f5f86e9ff 2 // put all of the descriptions on one place for easy reference
ashleymills 37:847f5f86e9ff 3 const char* gTest10Description = "Connects to internet and downloads 100 byte file.";
ashleymills 37:847f5f86e9ff 4 const char* gTest12Description = "Sends and SMS and then does something.";
ashleymills 37:847f5f86e9ff 5 const char* gTest13Description = "Waiting for an SMS message with irregular characters and numbers";
ashleymills 37:847f5f86e9ff 6 const char* gTest14Description = "Send an SMS message with irregular characters and numbers...";
ashleymills 37:847f5f86e9ff 7 const char* gTest16Description = "Send an SMS message with basic characters and numbers...";
ashleymills 37:847f5f86e9ff 8 const char* gTest21Description = "Trying out USSD communication sending *#100#";
ashleymills 37:847f5f86e9ff 9 const char* gTest22Description = "Sending BAD USSD string \".2890\"";
ashleymills 37:847f5f86e9ff 10 const char *gTest23Description = "Sending USSD over 150 chars \"0(0)00 ... 000(160)\"";
ashleymills 37:847f5f86e9ff 11 const char* gTest25Description = "Retrieve signal strength and print it.";
ashleymills 37:847f5f86e9ff 12 const char* gTest26Description = "x30 -> Retrieve signal strength and print it.";
ashleymills 37:847f5f86e9ff 13 const char* gTest50Description = "x10 -> Retreive MSISDN and send SMS to self";
ashleymills 37:847f5f86e9ff 14 const char* gTest56Description = "Wait for SMS. Send a response.";