1 | package com.jsql.model; | |
2 | ||
3 | import com.jsql.util.*; | |
4 | ||
5 | public class MediatorUtils { | |
6 | | |
7 | private PropertiesUtil propertiesUtil; | |
8 | private ConnectionUtil connectionUtil; | |
9 | private AuthenticationUtil authenticationUtil; | |
10 | private GitUtil gitUtil; | |
11 | private HeaderUtil headerUtil; | |
12 | private ParameterUtil parameterUtil; | |
13 | private ExceptionUtil exceptionUtil; | |
14 | private SoapUtil soapUtil; | |
15 | private MultipartUtil multipartUtil; | |
16 | private CookiesUtil cookiesUtil; | |
17 | private JsonUtil jsonUtil; | |
18 | private PreferencesUtil preferencesUtil; | |
19 | private ProxyUtil proxyUtil; | |
20 | private ThreadUtil threadUtil; | |
21 | private TamperingUtil tamperingUtil; | |
22 | private UserAgentUtil userAgentUtil; | |
23 | private CsrfUtil csrfUtil; | |
24 | private DigestUtil digestUtil; | |
25 | private FormUtil formUtil; | |
26 | private CertificateUtil certificateUtil; | |
27 | ||
28 | public CookiesUtil getCookiesUtil() { | |
29 |
1
1. getCookiesUtil : replaced return value with null for com/jsql/model/MediatorUtils::getCookiesUtil → NO_COVERAGE |
return cookiesUtil; |
30 | } | |
31 | ||
32 | public void setCookiesUtil(CookiesUtil cookiesUtil) { | |
33 | this.cookiesUtil = cookiesUtil; | |
34 | } | |
35 | ||
36 | public MultipartUtil getMultipartUtil() { | |
37 |
1
1. getMultipartUtil : replaced return value with null for com/jsql/model/MediatorUtils::getMultipartUtil → NO_COVERAGE |
return multipartUtil; |
38 | } | |
39 | ||
40 | public void setMultipartUtil(MultipartUtil multipartUtil) { | |
41 | this.multipartUtil = multipartUtil; | |
42 | } | |
43 | ||
44 | public PropertiesUtil getPropertiesUtil() { | |
45 |
1
1. getPropertiesUtil : replaced return value with null for com/jsql/model/MediatorUtils::getPropertiesUtil → KILLED |
return this.propertiesUtil; |
46 | } | |
47 | ||
48 | public ConnectionUtil getConnectionUtil() { | |
49 |
1
1. getConnectionUtil : replaced return value with null for com/jsql/model/MediatorUtils::getConnectionUtil → KILLED |
return this.connectionUtil; |
50 | } | |
51 | ||
52 | public AuthenticationUtil getAuthenticationUtil() { | |
53 |
1
1. getAuthenticationUtil : replaced return value with null for com/jsql/model/MediatorUtils::getAuthenticationUtil → NO_COVERAGE |
return this.authenticationUtil; |
54 | } | |
55 | ||
56 | public GitUtil getGitUtil() { | |
57 |
1
1. getGitUtil : replaced return value with null for com/jsql/model/MediatorUtils::getGitUtil → NO_COVERAGE |
return this.gitUtil; |
58 | } | |
59 | ||
60 | public HeaderUtil getHeaderUtil() { | |
61 |
1
1. getHeaderUtil : replaced return value with null for com/jsql/model/MediatorUtils::getHeaderUtil → NO_COVERAGE |
return this.headerUtil; |
62 | } | |
63 | ||
64 | public ParameterUtil getParameterUtil() { | |
65 |
1
1. getParameterUtil : replaced return value with null for com/jsql/model/MediatorUtils::getParameterUtil → KILLED |
return this.parameterUtil; |
66 | } | |
67 | ||
68 | public ExceptionUtil getExceptionUtil() { | |
69 |
1
1. getExceptionUtil : replaced return value with null for com/jsql/model/MediatorUtils::getExceptionUtil → NO_COVERAGE |
return this.exceptionUtil; |
70 | } | |
71 | ||
72 | public SoapUtil getSoapUtil() { | |
73 |
1
1. getSoapUtil : replaced return value with null for com/jsql/model/MediatorUtils::getSoapUtil → NO_COVERAGE |
return this.soapUtil; |
74 | } | |
75 | ||
76 | public JsonUtil getJsonUtil() { | |
77 |
1
1. getJsonUtil : replaced return value with null for com/jsql/model/MediatorUtils::getJsonUtil → NO_COVERAGE |
return this.jsonUtil; |
78 | } | |
79 | ||
80 | public PreferencesUtil getPreferencesUtil() { | |
81 |
1
1. getPreferencesUtil : replaced return value with null for com/jsql/model/MediatorUtils::getPreferencesUtil → KILLED |
return this.preferencesUtil; |
82 | } | |
83 | ||
84 | public ProxyUtil getProxyUtil() { | |
85 |
1
1. getProxyUtil : replaced return value with null for com/jsql/model/MediatorUtils::getProxyUtil → NO_COVERAGE |
return this.proxyUtil; |
86 | } | |
87 | ||
88 | public ThreadUtil getThreadUtil() { | |
89 |
1
1. getThreadUtil : replaced return value with null for com/jsql/model/MediatorUtils::getThreadUtil → NO_COVERAGE |
return this.threadUtil; |
90 | } | |
91 | ||
92 | public UserAgentUtil getUserAgentUtil() { | |
93 |
1
1. getUserAgentUtil : replaced return value with null for com/jsql/model/MediatorUtils::getUserAgentUtil → NO_COVERAGE |
return this.userAgentUtil; |
94 | } | |
95 | | |
96 | public TamperingUtil getTamperingUtil() { | |
97 |
1
1. getTamperingUtil : replaced return value with null for com/jsql/model/MediatorUtils::getTamperingUtil → NO_COVERAGE |
return this.tamperingUtil; |
98 | } | |
99 | | |
100 | ||
101 | public void setPropertiesUtil(PropertiesUtil propertiesUtil) { | |
102 | this.propertiesUtil = propertiesUtil; | |
103 | } | |
104 | ||
105 | public void setConnectionUtil(ConnectionUtil connectionUtil) { | |
106 | this.connectionUtil = connectionUtil; | |
107 | } | |
108 | ||
109 | public void setAuthenticationUtil(AuthenticationUtil authenticationUtil) { | |
110 | this.authenticationUtil = authenticationUtil; | |
111 | } | |
112 | ||
113 | public void setGitUtil(GitUtil gitUtil) { | |
114 | this.gitUtil = gitUtil; | |
115 | } | |
116 | ||
117 | public void setHeaderUtil(HeaderUtil headerUtil) { | |
118 | this.headerUtil = headerUtil; | |
119 | } | |
120 | ||
121 | public void setParameterUtil(ParameterUtil parameterUtil) { | |
122 | this.parameterUtil = parameterUtil; | |
123 | } | |
124 | ||
125 | public void setExceptionUtil(ExceptionUtil exceptionUtil) { | |
126 | this.exceptionUtil = exceptionUtil; | |
127 | } | |
128 | ||
129 | public void setSoapUtil(SoapUtil soapUtil) { | |
130 | this.soapUtil = soapUtil; | |
131 | } | |
132 | ||
133 | public void setJsonUtil(JsonUtil jsonUtil) { | |
134 | this.jsonUtil = jsonUtil; | |
135 | } | |
136 | ||
137 | public void setPreferencesUtil(PreferencesUtil preferencesUtil) { | |
138 | this.preferencesUtil = preferencesUtil; | |
139 | } | |
140 | ||
141 | public void setProxyUtil(ProxyUtil proxyUtil) { | |
142 | this.proxyUtil = proxyUtil; | |
143 | } | |
144 | ||
145 | public void setThreadUtil(ThreadUtil threadUtil) { | |
146 | this.threadUtil = threadUtil; | |
147 | } | |
148 | ||
149 | public void setTamperingUtil(TamperingUtil tamperingUtil) { | |
150 | this.tamperingUtil = tamperingUtil; | |
151 | } | |
152 | ||
153 | public void setUserAgentUtil(UserAgentUtil userAgentUtil) { | |
154 | this.userAgentUtil = userAgentUtil; | |
155 | } | |
156 | ||
157 | public CsrfUtil getCsrfUtil() { | |
158 |
1
1. getCsrfUtil : replaced return value with null for com/jsql/model/MediatorUtils::getCsrfUtil → NO_COVERAGE |
return this.csrfUtil; |
159 | } | |
160 | ||
161 | public void setCsrfUtil(CsrfUtil csrfUtil) { | |
162 | this.csrfUtil = csrfUtil; | |
163 | } | |
164 | ||
165 | public DigestUtil getDigestUtil() { | |
166 |
1
1. getDigestUtil : replaced return value with null for com/jsql/model/MediatorUtils::getDigestUtil → NO_COVERAGE |
return digestUtil; |
167 | } | |
168 | ||
169 | public void setDigestUtil(DigestUtil digestUtil) { | |
170 | this.digestUtil = digestUtil; | |
171 | } | |
172 | ||
173 | public FormUtil getFormUtil() { | |
174 |
1
1. getFormUtil : replaced return value with null for com/jsql/model/MediatorUtils::getFormUtil → NO_COVERAGE |
return this.formUtil; |
175 | } | |
176 | ||
177 | public void setFormUtil(FormUtil formUtil) { | |
178 | this.formUtil = formUtil; | |
179 | } | |
180 | ||
181 | public CertificateUtil getCertificateUtil() { | |
182 |
1
1. getCertificateUtil : replaced return value with null for com/jsql/model/MediatorUtils::getCertificateUtil → NO_COVERAGE |
return this.certificateUtil; |
183 | } | |
184 | ||
185 | public void setCertificateUtil(CertificateUtil certificateUtil) { | |
186 | this.certificateUtil = certificateUtil; | |
187 | } | |
188 | } | |
Mutations | ||
29 |
1.1 |
|
37 |
1.1 |
|
45 |
1.1 |
|
49 |
1.1 |
|
53 |
1.1 |
|
57 |
1.1 |
|
61 |
1.1 |
|
65 |
1.1 |
|
69 |
1.1 |
|
73 |
1.1 |
|
77 |
1.1 |
|
81 |
1.1 |
|
85 |
1.1 |
|
89 |
1.1 |
|
93 |
1.1 |
|
97 |
1.1 |
|
158 |
1.1 |
|
166 |
1.1 |
|
174 |
1.1 |
|
182 |
1.1 |