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
Tests/Test00.h@66:6b00a764e549, 2012-11-01 (annotated)
- Committer:
- ashleymills
- Date:
- Thu Nov 01 11:19:47 2012 +0000
- Revision:
- 66:6b00a764e549
- Child:
- 67:a61d60fa342c
Renamed tests in sequential order to make it easier to manage and cleaner to follow.
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| ashleymills | 66:6b00a764e549 | 1 | #pragma once |
| ashleymills | 66:6b00a764e549 | 2 | #include "VodafoneTestCase.h" |
| ashleymills | 66:6b00a764e549 | 3 | #include "HTTPClient.h" |
| ashleymills | 66:6b00a764e549 | 4 | extern const char *gTest00Description; |
| ashleymills | 66:6b00a764e549 | 5 | |
| ashleymills | 66:6b00a764e549 | 6 | /** Resolve 5 DNS requests and match against known IPs. |
| ashleymills | 66:6b00a764e549 | 7 | */ |
| ashleymills | 66:6b00a764e549 | 8 | class Test00 : public VodafoneTestCase { |
| ashleymills | 66:6b00a764e549 | 9 | public: |
| ashleymills | 66:6b00a764e549 | 10 | Test00(VodafoneUSBModem *m); |
| ashleymills | 66:6b00a764e549 | 11 | |
| ashleymills | 66:6b00a764e549 | 12 | private: |
| ashleymills | 66:6b00a764e549 | 13 | virtual void setupTest(); |
| ashleymills | 66:6b00a764e549 | 14 | virtual bool executeTest(); |
| ashleymills | 66:6b00a764e549 | 15 | virtual void endTest(); |
| ashleymills | 66:6b00a764e549 | 16 | }; |

