Vodafone Test Suite

Dependencies:   mbed-rtos mbed HTTPClient VodafoneUSBModem

Revision:
19:26fbed33d4e7
Parent:
4:1f8e079924ba
Child:
22:5b1feecf2aeb
--- a/TestManager.h	Thu Aug 30 14:18:16 2012 +0000
+++ b/TestManager.h	Mon Sep 03 16:02:58 2012 +0000
@@ -13,8 +13,7 @@
    public:
       TestManager(VodafoneUSBModem *m);
       void addTest(VodafoneTestCase *tc);
-      int runAll();
-      int getNumTests();
+      int executeTestList(const int *list, const int listLen);
       bool runTest(int id);
       bool runTest(int id, int numTimes);