Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed-rtos mbed HTTPClient VodafoneUSBModem
Diff: Tests/Test00.h
- Revision:
- 66:6b00a764e549
- Child:
- 67:a61d60fa342c
diff -r ef3357b6ce97 -r 6b00a764e549 Tests/Test00.h
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/Tests/Test00.h Thu Nov 01 11:19:47 2012 +0000
@@ -0,0 +1,16 @@
+#pragma once
+#include "VodafoneTestCase.h"
+#include "HTTPClient.h"
+extern const char *gTest00Description;
+
+/** Resolve 5 DNS requests and match against known IPs.
+ */
+class Test00 : public VodafoneTestCase {
+ public:
+ Test00(VodafoneUSBModem *m);
+
+ private:
+ virtual void setupTest();
+ virtual bool executeTest();
+ virtual void endTest();
+};
\ No newline at end of file

