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@67:a61d60fa342c, 2012-11-01 (annotated)
- Committer:
- ashleymills
- Date:
- Thu Nov 01 15:49:08 2012 +0000
- Revision:
- 67:a61d60fa342c
- Parent:
- 66:6b00a764e549
Updated suite to latest version of library.; Added upload test, uploads increasingly large files from 128 bytes to 1meg in powers of 2 increments.
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 | 67:a61d60fa342c | 4 | #include "TestHelper.h" |
| ashleymills | 66:6b00a764e549 | 5 | extern const char *gTest00Description; |
| ashleymills | 66:6b00a764e549 | 6 | |
| ashleymills | 66:6b00a764e549 | 7 | /** Resolve 5 DNS requests and match against known IPs. |
| ashleymills | 66:6b00a764e549 | 8 | */ |
| ashleymills | 66:6b00a764e549 | 9 | class Test00 : public VodafoneTestCase { |
| ashleymills | 66:6b00a764e549 | 10 | public: |
| ashleymills | 66:6b00a764e549 | 11 | Test00(VodafoneUSBModem *m); |
| ashleymills | 66:6b00a764e549 | 12 | |
| ashleymills | 66:6b00a764e549 | 13 | private: |
| ashleymills | 66:6b00a764e549 | 14 | virtual void setupTest(); |
| ashleymills | 66:6b00a764e549 | 15 | virtual bool executeTest(); |
| ashleymills | 66:6b00a764e549 | 16 | virtual void endTest(); |
| ashleymills | 66:6b00a764e549 | 17 | }; |

