X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=blobdiff_plain;f=source%2Ftests%2Fclasses%2FFakeConnectionObject.h;h=c5b446a5161c61cf3f2d1b4eb5a39266435a0269;hp=41f5ce4d46005964a75705cc041ee4c6c4a3db03;hb=ea5f276a69989d4e5797b49083322bac2c9a820c;hpb=f2f4ddfdf1b569af4578bda527d5329f6ccffa98 diff --git a/source/tests/classes/FakeConnectionObject.h b/source/tests/classes/FakeConnectionObject.h index 41f5ce4..c5b446a 100644 --- a/source/tests/classes/FakeConnectionObject.h +++ b/source/tests/classes/FakeConnectionObject.h @@ -47,6 +47,12 @@ class FakeConnectionObject : public ConnectionObject { // Functions from the ConnectionObject interface. + void SetupConnectionObject(); + void BypassSSLVerification(bool EnableBypass); + COServerResponse GetDefaultPrefix(std::string *ServerPrefix); + COServerResponse GetContact(std::string Location, std::string *PageData); + std::string GetErrorMessage(); + SSLCertCollectionString BuildSSLCollection(); COConnectResult Connect(bool DoAuthentication); std::string GetDefaultPrefix(); COServerResponse AddContact(std::string Location, std::string Data);