freeclimb 4.3.0 → 4.4.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (122) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +14 -0
  3. data/Gemfile.lock +1 -1
  4. data/README.md +20 -4
  5. data/docs/DefaultApi.md +433 -0
  6. data/docs/IncomingNumberRequest.md +3 -1
  7. data/docs/SMSTenDLCBrand.md +78 -0
  8. data/docs/SMSTenDLCBrandsListResult.md +32 -0
  9. data/docs/SMSTenDLCBrandsListResultAllOf.md +18 -0
  10. data/docs/SMSTenDLCCampaign.md +78 -0
  11. data/docs/SMSTenDLCCampaignsListResult.md +32 -0
  12. data/docs/SMSTenDLCCampaignsListResultAllOf.md +18 -0
  13. data/docs/SMSTenDLCPartnerCampaign.md +74 -0
  14. data/docs/SMSTenDLCPartnerCampaignBrand.md +38 -0
  15. data/docs/SMSTenDLCPartnerCampaignsListResult.md +32 -0
  16. data/docs/SMSTenDLCPartnerCampaignsListResultAllOf.md +18 -0
  17. data/lib/freeclimb/api/default_api.rb +360 -0
  18. data/lib/freeclimb/models/incoming_number_request.rb +15 -4
  19. data/lib/freeclimb/models/sms_ten_dlc_brand.rb +960 -0
  20. data/lib/freeclimb/models/sms_ten_dlc_brands_list_result.rb +306 -0
  21. data/lib/freeclimb/models/sms_ten_dlc_brands_list_result_all_of.rb +221 -0
  22. data/lib/freeclimb/models/sms_ten_dlc_campaign.rb +814 -0
  23. data/lib/freeclimb/models/sms_ten_dlc_campaigns_list_result.rb +306 -0
  24. data/lib/freeclimb/models/sms_ten_dlc_campaigns_list_result_all_of.rb +221 -0
  25. data/lib/freeclimb/models/sms_ten_dlc_partner_campaign.rb +807 -0
  26. data/lib/freeclimb/models/sms_ten_dlc_partner_campaign_brand.rb +445 -0
  27. data/lib/freeclimb/models/sms_ten_dlc_partner_campaigns_list_result.rb +306 -0
  28. data/lib/freeclimb/models/sms_ten_dlc_partner_campaigns_list_result_all_of.rb +221 -0
  29. data/lib/freeclimb/version.rb +1 -1
  30. data/lib/freeclimb.rb +10 -0
  31. data/openapi.json +1277 -12
  32. data/spec/api/default_api_spec.rb +151 -1
  33. data/spec/models/account_request_spec.rb +143 -2
  34. data/spec/models/account_result_spec.rb +377 -13
  35. data/spec/models/account_status_spec.rb +39 -6
  36. data/spec/models/account_type_spec.rb +26 -4
  37. data/spec/models/add_to_conference_spec.rb +343 -10
  38. data/spec/models/answered_by_spec.rb +26 -4
  39. data/spec/models/application_list_spec.rb +293 -8
  40. data/spec/models/application_request_spec.rb +268 -7
  41. data/spec/models/application_result_spec.rb +418 -13
  42. data/spec/models/available_number_list_spec.rb +293 -8
  43. data/spec/models/available_number_spec.rb +263 -7
  44. data/spec/models/buy_incoming_number_request_spec.rb +168 -3
  45. data/spec/models/call_direction_spec.rb +39 -6
  46. data/spec/models/call_list_spec.rb +293 -8
  47. data/spec/models/call_result_spec.rb +603 -22
  48. data/spec/models/call_status_spec.rb +104 -16
  49. data/spec/models/capabilities_spec.rb +218 -5
  50. data/spec/models/conference_list_spec.rb +293 -8
  51. data/spec/models/conference_participant_list_spec.rb +293 -8
  52. data/spec/models/conference_participant_result_spec.rb +343 -10
  53. data/spec/models/conference_result_spec.rb +464 -16
  54. data/spec/models/conference_status_spec.rb +52 -8
  55. data/spec/models/create_conference_request_spec.rb +228 -6
  56. data/spec/models/create_conference_spec.rb +253 -7
  57. data/spec/models/enqueue_spec.rb +193 -4
  58. data/spec/models/filter_logs_request_spec.rb +118 -1
  59. data/spec/models/get_digits_spec.rb +318 -9
  60. data/spec/models/get_speech_reason_spec.rb +78 -12
  61. data/spec/models/get_speech_spec.rb +388 -14
  62. data/spec/models/grammar_file_built_in_spec.rb +195 -30
  63. data/spec/models/grammar_type_spec.rb +26 -4
  64. data/spec/models/hangup_spec.rb +118 -1
  65. data/spec/models/if_machine_spec.rb +26 -4
  66. data/spec/models/incoming_number_list_spec.rb +293 -8
  67. data/spec/models/incoming_number_request_spec.rb +173 -2
  68. data/spec/models/incoming_number_result_spec.rb +488 -16
  69. data/spec/models/language_spec.rb +338 -52
  70. data/spec/models/log_level_spec.rb +39 -6
  71. data/spec/models/log_list_spec.rb +293 -8
  72. data/spec/models/log_result_spec.rb +275 -8
  73. data/spec/models/machine_type_spec.rb +26 -4
  74. data/spec/models/make_call_request_spec.rb +343 -10
  75. data/spec/models/message_direction_spec.rb +26 -4
  76. data/spec/models/message_request_spec.rb +318 -9
  77. data/spec/models/message_result_spec.rb +431 -13
  78. data/spec/models/message_status_spec.rb +143 -22
  79. data/spec/models/messages_list_spec.rb +293 -8
  80. data/spec/models/mutable_resource_model_spec.rb +193 -4
  81. data/spec/models/out_dial_spec.rb +345 -11
  82. data/spec/models/pagination_model_spec.rb +268 -7
  83. data/spec/models/park_spec.rb +168 -3
  84. data/spec/models/pause_spec.rb +118 -1
  85. data/spec/models/percl_command_spec.rb +132 -3
  86. data/spec/models/percl_script_spec.rb +118 -1
  87. data/spec/models/play_beep_spec.rb +52 -8
  88. data/spec/models/play_early_media_spec.rb +118 -1
  89. data/spec/models/play_spec.rb +193 -4
  90. data/spec/models/queue_list_spec.rb +293 -8
  91. data/spec/models/queue_member_list_spec.rb +293 -8
  92. data/spec/models/queue_member_spec.rb +218 -5
  93. data/spec/models/queue_request_spec.rb +143 -2
  94. data/spec/models/queue_result_spec.rb +369 -11
  95. data/spec/models/queue_result_status_spec.rb +52 -8
  96. data/spec/models/record_utterance_spec.rb +268 -7
  97. data/spec/models/record_utterance_term_reason_spec.rb +52 -8
  98. data/spec/models/recording_list_spec.rb +293 -8
  99. data/spec/models/recording_result_spec.rb +318 -9
  100. data/spec/models/redirect_spec.rb +118 -1
  101. data/spec/models/reject_spec.rb +118 -1
  102. data/spec/models/remove_from_conference_spec.rb +118 -1
  103. data/spec/models/request_type_spec.rb +299 -46
  104. data/spec/models/say_spec.rb +218 -5
  105. data/spec/models/send_digits_spec.rb +168 -3
  106. data/spec/models/set_listen_spec.rb +143 -2
  107. data/spec/models/set_talk_spec.rb +143 -2
  108. data/spec/models/sms_spec.rb +193 -4
  109. data/spec/models/sms_ten_dlc_brand_spec.rb +1240 -0
  110. data/spec/models/sms_ten_dlc_brands_list_result_spec.rb +361 -0
  111. data/spec/models/sms_ten_dlc_campaign_spec.rb +1055 -0
  112. data/spec/models/sms_ten_dlc_campaigns_list_result_spec.rb +361 -0
  113. data/spec/models/sms_ten_dlc_partner_campaign_brand_spec.rb +448 -0
  114. data/spec/models/sms_ten_dlc_partner_campaign_spec.rb +994 -0
  115. data/spec/models/sms_ten_dlc_partner_campaigns_list_result_spec.rb +361 -0
  116. data/spec/models/terminate_conference_spec.rb +118 -1
  117. data/spec/models/update_call_request_spec.rb +120 -2
  118. data/spec/models/update_call_request_status_spec.rb +26 -4
  119. data/spec/models/update_conference_participant_request_spec.rb +143 -2
  120. data/spec/models/update_conference_request_spec.rb +180 -5
  121. data/spec/models/update_conference_request_status_spec.rb +26 -4
  122. metadata +102 -68
@@ -27,43 +27,304 @@ describe Freeclimb::RecordUtterance do
27
27
  end
28
28
  describe 'test attribute "action_url"' do
29
29
  it 'should work' do
30
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
30
+ instance.action_url = "TEST_STRING"
31
+ expect(instance.action_url).to eq("TEST_STRING")
31
32
  end
32
33
  end
33
34
 
34
35
  describe 'test attribute "silence_timeout_ms"' do
35
36
  it 'should work' do
36
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
37
+ instance.silence_timeout_ms = 1
38
+ expect(instance.silence_timeout_ms).to eq(1)
37
39
  end
38
40
  end
39
41
 
40
42
  describe 'test attribute "finish_on_key"' do
41
43
  it 'should work' do
42
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
+ instance.finish_on_key = "TEST_STRING"
45
+ expect(instance.finish_on_key).to eq("TEST_STRING")
43
46
  end
44
47
  end
45
48
 
46
49
  describe 'test attribute "max_length_sec"' do
47
50
  it 'should work' do
48
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
51
+ instance.max_length_sec = 1
52
+ expect(instance.max_length_sec).to eq(1)
49
53
  end
50
54
  end
51
55
 
52
56
  describe 'test attribute "play_beep"' do
53
57
  it 'should work' do
54
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
58
+ instance.play_beep = false
59
+ expect(instance.play_beep).to eq(false)
55
60
  end
56
61
  end
57
62
 
58
63
  describe 'test attribute "auto_start"' do
59
64
  it 'should work' do
60
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
65
+ instance.auto_start = false
66
+ expect(instance.auto_start).to eq(false)
61
67
  end
62
68
  end
63
69
 
64
70
  describe 'test attribute "privacy_mode"' do
65
71
  it 'should work' do
66
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
72
+ instance.privacy_mode = false
73
+ expect(instance.privacy_mode).to eq(false)
74
+ end
75
+ end
76
+
77
+ describe 'test method "initialize"' do
78
+ it 'properly initializes with values' do
79
+ expect{instance = Freeclimb::RecordUtterance.new(
80
+ action_url: "TS",
81
+ silence_timeout_ms: 1,
82
+ finish_on_key: "TS",
83
+ max_length_sec: 1,
84
+ play_beep: true,
85
+ auto_start: true,
86
+ privacy_mode: true,
87
+ )}.not_to raise_error()
88
+ end
89
+ it 'fails to initialize with input argument that is not a hash in Freeclimb::RecordUtterance' do
90
+ expect{instance = Freeclimb::RecordUtterance.new(
91
+ action_url: "TS",
92
+ silence_timeout_ms: 1,
93
+ finish_on_key: "TS",
94
+ max_length_sec: 1,
95
+ play_beep: true,
96
+ auto_start: true,
97
+ privacy_mode: true,
98
+ invalid_attribute: true
99
+ )}.to raise_error(ArgumentError)
100
+ end
101
+ it 'fails to initialize with invalid attribute' do
102
+ expect{instance = Freeclimb::RecordUtterance.new(
103
+ action_url: "TS",
104
+ silence_timeout_ms: 1,
105
+ finish_on_key: "TS",
106
+ max_length_sec: 1,
107
+ play_beep: true,
108
+ auto_start: true,
109
+ privacy_mode: true,
110
+ invalid_attribute: true
111
+ )}.to raise_error(ArgumentError)
112
+ end
113
+ end
114
+
115
+ describe 'test method "valid"' do
116
+ it 'checks if properties are valid' do
117
+ instance = Freeclimb::RecordUtterance.new(
118
+ action_url: "TS",
119
+ silence_timeout_ms: 1,
120
+ finish_on_key: "TS",
121
+ max_length_sec: 1,
122
+ play_beep: true,
123
+ auto_start: true,
124
+ privacy_mode: true,
125
+ )
126
+ expect(instance.valid?).to eq(true)
127
+ end
128
+ end
129
+
130
+ describe 'test method "eql?"' do
131
+ it 'checks if objects are equal' do
132
+ obj = Object.new()
133
+ instance_1 = Freeclimb::RecordUtterance.new(
134
+ action_url: "TS",
135
+ silence_timeout_ms: 1,
136
+ finish_on_key: "TS",
137
+ max_length_sec: 1,
138
+ play_beep: true,
139
+ auto_start: true,
140
+ privacy_mode: true,
141
+ )
142
+ instance_2 = Freeclimb::RecordUtterance.new(
143
+ action_url: "TS",
144
+ silence_timeout_ms: 1,
145
+ finish_on_key: "TS",
146
+ max_length_sec: 1,
147
+ play_beep: true,
148
+ auto_start: true,
149
+ privacy_mode: true,
150
+ )
151
+ expect(instance_1.eql?(instance_2)).to eq(true)
152
+ end
153
+ it 'checks if objects are not equal' do
154
+ instance_1 = Freeclimb::RecordUtterance.new(
155
+ action_url: "TS",
156
+ silence_timeout_ms: 1,
157
+ finish_on_key: "TS",
158
+ max_length_sec: 1,
159
+ play_beep: true,
160
+ auto_start: true,
161
+ privacy_mode: true,
162
+ )
163
+ instance_2 = Freeclimb::RecordUtterance.new(
164
+ action_url: "ST",
165
+ silence_timeout_ms: 0,
166
+ finish_on_key: "ST",
167
+ max_length_sec: 0,
168
+ play_beep: false,
169
+ auto_start: false,
170
+ privacy_mode: false,
171
+ )
172
+ expect(instance_1.eql?(instance_2)).to eq(false)
173
+ end
174
+ end
175
+
176
+ describe 'test method "hash"' do
177
+ it 'calculates hash code' do
178
+ instance = Freeclimb::RecordUtterance.new(
179
+ action_url: "TS",
180
+ silence_timeout_ms: 1,
181
+ finish_on_key: "TS",
182
+ max_length_sec: 1,
183
+ play_beep: true,
184
+ auto_start: true,
185
+ privacy_mode: true,
186
+ )
187
+ expect(instance.hash).to be_a_kind_of(Integer)
188
+ end
189
+ end
190
+
191
+ describe 'test method "build_from_hash"' do
192
+ it 'builds equivalent model from hash code' do
193
+ instance_1 = Freeclimb::RecordUtterance.new(
194
+ action_url: "TS",
195
+ silence_timeout_ms: 1,
196
+ finish_on_key: "TS",
197
+ max_length_sec: 1,
198
+ play_beep: true,
199
+ auto_start: true,
200
+ privacy_mode: true,
201
+ )
202
+ instance_2 = Freeclimb::RecordUtterance.new
203
+ expect(instance_2.build_from_hash(instance_1.hash)).to eq(instance_1.build_from_hash(instance_1.hash))
204
+ end
205
+ end
206
+
207
+ describe 'test method "_deserialize"' do
208
+ instance = Freeclimb::RecordUtterance.new(
209
+ action_url: "TS",
210
+ silence_timeout_ms: 1,
211
+ finish_on_key: "TS",
212
+ max_length_sec: 1,
213
+ play_beep: true,
214
+ auto_start: true,
215
+ privacy_mode: true,
216
+ )
217
+ it 'deserializes the data of action_url' do
218
+ expect(instance._deserialize("String", instance.action_url)).to be_a_kind_of(String)
219
+ end
220
+ it 'deserializes the data of silence_timeout_ms' do
221
+ expect(instance._deserialize("Integer", instance.silence_timeout_ms)).to be_a_kind_of(Integer)
222
+ end
223
+ it 'deserializes the data of finish_on_key' do
224
+ expect(instance._deserialize("String", instance.finish_on_key)).to be_a_kind_of(String)
225
+ end
226
+ it 'deserializes the data of max_length_sec' do
227
+ expect(instance._deserialize("Integer", instance.max_length_sec)).to be_a_kind_of(Integer)
228
+ end
229
+ it 'deserializes the data of play_beep' do
230
+ expect(instance._deserialize("Boolean", instance.play_beep)).to be_a_kind_of(TrueClass)
231
+ end
232
+ it 'deserializes the data of auto_start' do
233
+ expect(instance._deserialize("Boolean", instance.auto_start)).to be_a_kind_of(TrueClass)
234
+ end
235
+ it 'deserializes the data of privacy_mode' do
236
+ expect(instance._deserialize("Boolean", instance.privacy_mode)).to be_a_kind_of(TrueClass)
237
+ end
238
+ end
239
+
240
+ describe 'test method "to_s"' do
241
+ it 'returns the string representation of the object' do
242
+ instance = Freeclimb::RecordUtterance.new(
243
+ action_url: "TS",
244
+ silence_timeout_ms: 1,
245
+ finish_on_key: "TS",
246
+ max_length_sec: 1,
247
+ play_beep: true,
248
+ auto_start: true,
249
+ privacy_mode: true,
250
+ )
251
+ expect(instance.to_s).to eq(instance.to_hash.to_s)
252
+ end
253
+ end
254
+
255
+ describe 'test method "to_hash"' do
256
+ it 'returns the object in the form of hash' do
257
+ instance = Freeclimb::RecordUtterance.new(
258
+ action_url: "TS",
259
+ silence_timeout_ms: 1,
260
+ finish_on_key: "TS",
261
+ max_length_sec: 1,
262
+ play_beep: true,
263
+ auto_start: true,
264
+ privacy_mode: true,
265
+ )
266
+ expect(instance.to_hash).to be_a_kind_of(Hash)
267
+ end
268
+ it 'creates equal hash for two equal objects' do
269
+ obj = Object.new()
270
+ instance_1 = Freeclimb::RecordUtterance.new(
271
+ action_url: "TS",
272
+ silence_timeout_ms: 1,
273
+ finish_on_key: "TS",
274
+ max_length_sec: 1,
275
+ play_beep: true,
276
+ auto_start: true,
277
+ privacy_mode: true,
278
+ )
279
+ instance_2 = Freeclimb::RecordUtterance.new(
280
+ action_url: "TS",
281
+ silence_timeout_ms: 1,
282
+ finish_on_key: "TS",
283
+ max_length_sec: 1,
284
+ play_beep: true,
285
+ auto_start: true,
286
+ privacy_mode: true,
287
+ )
288
+ expect(instance_1.to_hash).to eq(instance_2.to_hash)
289
+ end
290
+ end
291
+
292
+ describe 'test method "_to_hash"' do
293
+ instance = Freeclimb::RecordUtterance.new(
294
+ action_url: "TS",
295
+
296
+ silence_timeout_ms: 1,
297
+
298
+ finish_on_key: "TS",
299
+
300
+ max_length_sec: 1,
301
+
302
+ play_beep: true,
303
+
304
+ auto_start: true,
305
+
306
+ privacy_mode: true,
307
+ )
308
+ it 'returns action_url in the form of hash' do
309
+ expect(instance._to_hash(instance.action_url)).to eq(instance.action_url)
310
+ end
311
+ it 'returns silence_timeout_ms in the form of hash' do
312
+ expect(instance._to_hash(instance.silence_timeout_ms)).to eq(instance.silence_timeout_ms)
313
+ end
314
+ it 'returns finish_on_key in the form of hash' do
315
+ expect(instance._to_hash(instance.finish_on_key)).to eq(instance.finish_on_key)
316
+ end
317
+ it 'returns max_length_sec in the form of hash' do
318
+ expect(instance._to_hash(instance.max_length_sec)).to eq(instance.max_length_sec)
319
+ end
320
+ it 'returns play_beep in the form of hash' do
321
+ expect(instance._to_hash(instance.play_beep)).to eq(instance.play_beep)
322
+ end
323
+ it 'returns auto_start in the form of hash' do
324
+ expect(instance._to_hash(instance.auto_start)).to eq(instance.auto_start)
325
+ end
326
+ it 'returns privacy_mode in the form of hash' do
327
+ expect(instance._to_hash(instance.privacy_mode)).to eq(instance.privacy_mode)
67
328
  end
68
329
  end
69
330
 
@@ -27,22 +27,66 @@ describe Freeclimb::RecordUtteranceTermReason do
27
27
  end
28
28
  describe 'test attribute "FINISH_KEY"' do
29
29
  it 'should work' do
30
- expect { Freeclimb::RecordUtteranceTermReason::FINISH_KEY = "finishKey" }.not_to raise_error
31
- end
30
+ expect { Freeclimb::RecordUtteranceTermReason::FINISH_KEY = "finishKey" }.not_to raise_error
32
31
  end
32
+ it 'should serialize to enum' do
33
+ expectedValue = Freeclimb::RecordUtteranceTermReason::FINISH_KEY
34
+ calculatedValue = Freeclimb::RecordUtteranceTermReason::build_from_hash("finishKey")
35
+ expect(expectedValue).to eq(calculatedValue)
36
+ end
37
+ it 'should deserialize to string' do
38
+ expectedValue = "finishKey"
39
+ calculatedValue = Freeclimb::RecordUtteranceTermReason::FINISH_KEY
40
+ expect(expectedValue).to eq(calculatedValue)
41
+ end
42
+ end
43
+
33
44
  describe 'test attribute "TIMEOUT"' do
34
45
  it 'should work' do
35
- expect { Freeclimb::RecordUtteranceTermReason::TIMEOUT = "timeout" }.not_to raise_error
36
- end
46
+ expect { Freeclimb::RecordUtteranceTermReason::TIMEOUT = "timeout" }.not_to raise_error
37
47
  end
48
+ it 'should serialize to enum' do
49
+ expectedValue = Freeclimb::RecordUtteranceTermReason::TIMEOUT
50
+ calculatedValue = Freeclimb::RecordUtteranceTermReason::build_from_hash("timeout")
51
+ expect(expectedValue).to eq(calculatedValue)
52
+ end
53
+ it 'should deserialize to string' do
54
+ expectedValue = "timeout"
55
+ calculatedValue = Freeclimb::RecordUtteranceTermReason::TIMEOUT
56
+ expect(expectedValue).to eq(calculatedValue)
57
+ end
58
+ end
59
+
38
60
  describe 'test attribute "HANGUP"' do
39
61
  it 'should work' do
40
- expect { Freeclimb::RecordUtteranceTermReason::HANGUP = "hangup" }.not_to raise_error
41
- end
62
+ expect { Freeclimb::RecordUtteranceTermReason::HANGUP = "hangup" }.not_to raise_error
42
63
  end
64
+ it 'should serialize to enum' do
65
+ expectedValue = Freeclimb::RecordUtteranceTermReason::HANGUP
66
+ calculatedValue = Freeclimb::RecordUtteranceTermReason::build_from_hash("hangup")
67
+ expect(expectedValue).to eq(calculatedValue)
68
+ end
69
+ it 'should deserialize to string' do
70
+ expectedValue = "hangup"
71
+ calculatedValue = Freeclimb::RecordUtteranceTermReason::HANGUP
72
+ expect(expectedValue).to eq(calculatedValue)
73
+ end
74
+ end
75
+
43
76
  describe 'test attribute "MAX_LENGTH"' do
44
77
  it 'should work' do
45
- expect { Freeclimb::RecordUtteranceTermReason::MAX_LENGTH = "maxLength" }.not_to raise_error
46
- end
78
+ expect { Freeclimb::RecordUtteranceTermReason::MAX_LENGTH = "maxLength" }.not_to raise_error
47
79
  end
80
+ it 'should serialize to enum' do
81
+ expectedValue = Freeclimb::RecordUtteranceTermReason::MAX_LENGTH
82
+ calculatedValue = Freeclimb::RecordUtteranceTermReason::build_from_hash("maxLength")
83
+ expect(expectedValue).to eq(calculatedValue)
84
+ end
85
+ it 'should deserialize to string' do
86
+ expectedValue = "maxLength"
87
+ calculatedValue = Freeclimb::RecordUtteranceTermReason::MAX_LENGTH
88
+ expect(expectedValue).to eq(calculatedValue)
89
+ end
90
+ end
91
+
48
92
  end