Vodafone Test Suite

Dependencies:   mbed-rtos mbed HTTPClient VodafoneUSBModem

Revision:
32:8ff0b67bb58c
Parent:
27:0297dbc3252b
Child:
33:16126e029d58
--- a/TestManager.h	Wed Sep 12 10:18:28 2012 +0000
+++ b/TestManager.h	Thu Sep 13 08:21:25 2012 +0000
@@ -20,6 +20,8 @@
       int getTestProfileLength(TestProfile profile);
       bool runTest(int id);
       bool runTest(int id, int numTimes);
+      VodafoneTestCase* getTest(int index);
+     
       
    private:
       VodafoneUSBModem *_modem;