Home | News | Projects | Releases
Bugs | RFE | Repositories | Help
Added code and more unit tests for FakeConnectionObject
[xestiaab/.git] / source / tests / classes / FakeConnectionObject.cpp
index 02a20dc..fa8f39d 100644 (file)
 
 #include "FakeConnectionObject.h"
 
+COConnectResult FakeConnectionObject::Connect(){
+       COConnectResult ConnectResult = ResultStatus;
+       return ConnectResult;
+}
+
 std::string FakeConnectionObject::GetServerAddress(){
        return ServerAddress;
 }
@@ -48,4 +53,28 @@ bool FakeConnectionObject::GetServerSSL(){
 
 bool FakeConnectionObject::GetTestMode(){
        return TestMode;
+}
+
+bool FakeConnectionObject::CanDoProcessing(){
+       return false;
+}
+
+bool FakeConnectionObject::CanDoSSL(){
+       return false;   
+}
+
+bool FakeConnectionObject::SSLVerify(){
+       return false;
+}
+
+bool FakeConnectionObject::AbleToLogin(){
+       return false;
+}
+
+bool FakeConnectionObject::HasValidResponse(){
+       return false;
+}
+
+bool FakeConnectionObject::IsSelfSigned(){
+       return false;
 }
\ No newline at end of file
Xestia Software Development
Yn Maystri
© 2006 - 2019 Xestia Software Development
Software

Xestia Address Book
Xestia Calendar
Development

Xestia Gelforn
Everything else

About
News
Privacy Policy