Vodafone Test Suite

Dependencies:   mbed-rtos mbed HTTPClient VodafoneUSBModem

Tests/Tests.cpp

Committer:
ashleymills
Date:
2012-09-14
Revision:
40:32b0558320ea
Parent:
37:847f5f86e9ff
Child:
45:f68fea0831d7

File content as of revision 40:32b0558320ea:

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


// globals used for tests
const char* gMyMessage              = "myMessage is golden";
const char* gTestPhoneNumber        = "+447717275049";
//const char* testPhoneNumber        = "+447785666088";
const char* gTestMessage            = "this is a test message !";
const char* gAlphabetNumbersMessage = "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ";
const char* gAllCharsMessage        = "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ[]{}()!�$%&*,.':;";
const char* gIrregularMessage       = "/:[]{}()!�$%&*,.';";