Home | News | Projects | Releases
Bugs | RFE | Repositories | Help
Added code and more unit tests for FakeConnectionObject
[xestiaab/.git] / source / tests / classes / FakeConnectionObject.cpp
1 // FakeConnectionObject.cpp - FakeConnectionObject class
2 //
3 // (c) 2012-2015 Xestia Software Development.
4 //
5 // This file is part of Xestia Address Book.
6 //
7 // Xestia Address Book is free software: you can redistribute it and/or modify
8 // it under the terms of the GNU General Public License as published by the
9 // Free Software Foundation, version 3 of the license.
10 //
11 // Xestia Address Book is distributed in the hope that it will be useful,
12 // but WITHOUT ANY WARRANTY; without even the implied warranty of
13 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 // GNU General Public License for more details.
15 //
16 // You should have received a copy of the GNU General Public License along
17 // with Xestia Address Book. If not, see <http://www.gnu.org/licenses/>
19 #include "FakeConnectionObject.h"
21 COConnectResult FakeConnectionObject::Connect(){
22         COConnectResult ConnectResult = ResultStatus;
23         return ConnectResult;
24 }
26 std::string FakeConnectionObject::GetServerAddress(){
27         return ServerAddress;
28 }
30 unsigned int FakeConnectionObject::GetServerPort(){
31         return ServerPort;
32 }
34 std::string FakeConnectionObject::GetServerUser(){
35         return ServerUser;      
36 }
38 std::string FakeConnectionObject::GetServerPass(){
39         return ServerPass;
40 }
42 std::string FakeConnectionObject::GetServerPrefix(){
43         return ServerPrefix;
44 }
46 std::string FakeConnectionObject::GetServerAccount(){
47         return ServerAccount;
48 }
50 bool FakeConnectionObject::GetServerSSL(){
51         return ServerSSL;
52 }
54 bool FakeConnectionObject::GetTestMode(){
55         return TestMode;
56 }
58 bool FakeConnectionObject::CanDoProcessing(){
59         return false;
60 }
62 bool FakeConnectionObject::CanDoSSL(){
63         return false;   
64 }
66 bool FakeConnectionObject::SSLVerify(){
67         return false;
68 }
70 bool FakeConnectionObject::AbleToLogin(){
71         return false;
72 }
74 bool FakeConnectionObject::HasValidResponse(){
75         return false;
76 }
78 bool FakeConnectionObject::IsSelfSigned(){
79         return false;
80 }
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