Unit tests for SmartRest

Dependencies:   C027 SmartRest mbed

mock/MockSmartRest.cpp

Committer:
vwochnik
Date:
2014-03-24
Revision:
0:789029e49ea1

File content as of revision 0:789029e49ea1:

#include "MockSmartRest.h"

MockSmartRest::MockSmartRest(const char *identifier) : SmartRest(_client, identifier)
{
}

MockClient& MockSmartRest::client()
{
    return _client;
}