Vodafone Test Suite

Dependencies:   mbed-rtos mbed HTTPClient VodafoneUSBModem

Revision:
4:1f8e079924ba
Parent:
3:28336c2e94e4
Child:
19:26fbed33d4e7
--- a/TestManager.h	Thu Aug 23 13:32:32 2012 +0000
+++ b/TestManager.h	Thu Aug 23 15:41:20 2012 +0000
@@ -15,6 +15,8 @@
       void addTest(VodafoneTestCase *tc);
       int runAll();
       int getNumTests();
+      bool runTest(int id);
+      bool runTest(int id, int numTimes);
       
    private:
       VodafoneUSBModem *_modem;