Vodafone Test Suite

Dependencies:   mbed-rtos mbed HTTPClient VodafoneUSBModem

Revision:
27:0297dbc3252b
Parent:
22:5b1feecf2aeb
Child:
32:8ff0b67bb58c
--- a/TestManager.h	Thu Sep 06 14:28:01 2012 +0000
+++ b/TestManager.h	Thu Sep 06 15:13:38 2012 +0000
@@ -15,6 +15,7 @@
       TestManager(VodafoneUSBModem *m);
       void addTest(VodafoneTestCase *tc);
       int executeTestList(const int *list, const int listLen);
+      void listFailures(const int *list, const int listLen);
       int executeTestProfile(TestProfile profile);
       int getTestProfileLength(TestProfile profile);
       bool runTest(int id);