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
- Committer:
- ashleymills
- Date:
- 2012-11-01
- Revision:
- 66:6b00a764e549
- Child:
- 67:a61d60fa342c
File content as of revision 66:6b00a764e549:
#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();
};

