@@ -163,7 +163,7 @@ class InputEntityProcessorTest extends Specification {
163163 " operatesUntil" : SystemParticipantTestData . fixedFeedInInput. operationTime. endDate. orElse(ZonedDateTime . now()). toString(),
164164 " operatesFrom" : SystemParticipantTestData . fixedFeedInInput. operationTime. startDate. orElse(ZonedDateTime . now()). toString(),
165165 " operator" : SystemParticipantTestData . fixedFeedInInput. operator. getUuid(). toString(),
166- " qCharacteristics" : SystemParticipantTestData . cosPhiFixedDeSerialized ,
166+ " qCharacteristics" : SystemParticipantTestData . cosPhiFixedSerialized ,
167167 " sRated" : SystemParticipantTestData . fixedFeedInInput. sRated. to(StandardUnits . S_RATED ). getValue(). doubleValue(). toString()
168168 ]
169169 PvInput | SystemParticipantTestData . pvInput || [
@@ -181,7 +181,7 @@ class InputEntityProcessorTest extends Specification {
181181 " operatesUntil" : SystemParticipantTestData . pvInput. operationTime. endDate. orElse(ZonedDateTime . now()). toString(),
182182 " operatesFrom" : SystemParticipantTestData . pvInput. operationTime. startDate. orElse(ZonedDateTime . now()). toString(),
183183 " operator" : SystemParticipantTestData . pvInput. operator. getUuid(). toString(),
184- " qCharacteristics" : SystemParticipantTestData . cosPhiFixedDeSerialized ,
184+ " qCharacteristics" : SystemParticipantTestData . cosPhiFixedSerialized ,
185185 " sRated" : SystemParticipantTestData . pvInput. sRated. to(StandardUnits . S_RATED ). getValue(). doubleValue(). toString()
186186 ]
187187 WecInput | SystemParticipantTestData . wecInput || [
@@ -192,7 +192,7 @@ class InputEntityProcessorTest extends Specification {
192192 " operatesUntil" : SystemParticipantTestData . wecInput. operationTime. endDate. orElse(ZonedDateTime . now()). toString(),
193193 " operatesFrom" : SystemParticipantTestData . wecInput. operationTime. startDate. orElse(ZonedDateTime . now()). toString(),
194194 " operator" : SystemParticipantTestData . wecInput. operator. uuid. toString(),
195- " qCharacteristics" : SystemParticipantTestData . cosPhiPDeSerialized ,
195+ " qCharacteristics" : SystemParticipantTestData . cosPhiPSerialized ,
196196 " type" : SystemParticipantTestData . wecInput. type. uuid. toString()
197197 ]
198198 ChpInput | SystemParticipantTestData . chpInput || [
@@ -203,7 +203,7 @@ class InputEntityProcessorTest extends Specification {
203203 " operatesUntil" : SystemParticipantTestData . chpInput. operationTime. endDate. orElse(ZonedDateTime . now()). toString(),
204204 " operatesFrom" : SystemParticipantTestData . chpInput. operationTime. startDate. orElse(ZonedDateTime . now()). toString(),
205205 " operator" : SystemParticipantTestData . chpInput. operator. uuid. toString(),
206- " qCharacteristics" : SystemParticipantTestData . cosPhiFixedDeSerialized ,
206+ " qCharacteristics" : SystemParticipantTestData . cosPhiFixedSerialized ,
207207 " thermalBus" : SystemParticipantTestData . chpInput. thermalBus. uuid. toString(),
208208 " thermalStorage" : SystemParticipantTestData . chpInput. thermalStorage. uuid. toString(),
209209 " type" : SystemParticipantTestData . chpInput. type. uuid. toString(),
@@ -218,7 +218,7 @@ class InputEntityProcessorTest extends Specification {
218218 " operatesUntil" : SystemParticipantTestData . bmInput. operationTime. endDate. orElse(ZonedDateTime . now()). toString(),
219219 " operatesFrom" : SystemParticipantTestData . bmInput. operationTime. startDate. orElse(ZonedDateTime . now()). toString(),
220220 " operator" : SystemParticipantTestData . bmInput. operator. uuid. toString(),
221- " qCharacteristics" : SystemParticipantTestData . qVDeSerialized ,
221+ " qCharacteristics" : SystemParticipantTestData . qVSerialized ,
222222 " type" : SystemParticipantTestData . bmInput. type. uuid. toString()
223223 ]
224224 EvInput | SystemParticipantTestData . evInput || [
@@ -228,7 +228,7 @@ class InputEntityProcessorTest extends Specification {
228228 " operatesUntil" : SystemParticipantTestData . evInput. operationTime. endDate. orElse(ZonedDateTime . now()). toString(),
229229 " operatesFrom" : SystemParticipantTestData . evInput. operationTime. startDate. orElse(ZonedDateTime . now()). toString(),
230230 " operator" : SystemParticipantTestData . evInput. operator. getUuid(). toString(),
231- " qCharacteristics" : SystemParticipantTestData . cosPhiFixedDeSerialized ,
231+ " qCharacteristics" : SystemParticipantTestData . cosPhiFixedSerialized ,
232232 " type" : SystemParticipantTestData . evInput. type. getUuid(). toString()
233233 ]
234234
@@ -242,7 +242,7 @@ class InputEntityProcessorTest extends Specification {
242242 " operatesUntil" : SystemParticipantTestData . loadInput. operationTime. endDate. orElse(ZonedDateTime . now()). toString(),
243243 " operatesFrom" : SystemParticipantTestData . loadInput. operationTime. startDate. orElse(ZonedDateTime . now()). toString(),
244244 " operator" : SystemParticipantTestData . loadInput. operator. uuid. toString(),
245- " qCharacteristics" : SystemParticipantTestData . cosPhiFixedDeSerialized ,
245+ " qCharacteristics" : SystemParticipantTestData . cosPhiFixedSerialized ,
246246 " sRated" : SystemParticipantTestData . loadInput. sRated. getValue(). doubleValue(). toString(),
247247 " loadProfile" : SystemParticipantTestData . loadInput. loadProfile. key
248248 ]
@@ -253,7 +253,7 @@ class InputEntityProcessorTest extends Specification {
253253 " operatesUntil" : SystemParticipantTestData . storageInput. operationTime. endDate. orElse(ZonedDateTime . now()). toString(),
254254 " operatesFrom" : SystemParticipantTestData . storageInput. operationTime. startDate. orElse(ZonedDateTime . now()). toString(),
255255 " operator" : SystemParticipantTestData . storageInput. operator. uuid. toString(),
256- " qCharacteristics" : SystemParticipantTestData . cosPhiFixedDeSerialized ,
256+ " qCharacteristics" : SystemParticipantTestData . cosPhiFixedSerialized ,
257257 " type" : SystemParticipantTestData . storageInput. type. uuid. toString()
258258 ]
259259 HpInput | SystemParticipantTestData . hpInput || [
@@ -263,7 +263,7 @@ class InputEntityProcessorTest extends Specification {
263263 " operatesUntil" : SystemParticipantTestData . hpInput. operationTime. endDate. orElse(ZonedDateTime . now()). toString(),
264264 " operatesFrom" : SystemParticipantTestData . hpInput. operationTime. startDate. orElse(ZonedDateTime . now()). toString(),
265265 " operator" : SystemParticipantTestData . hpInput. operator. uuid. toString(),
266- " qCharacteristics" : SystemParticipantTestData . cosPhiFixedDeSerialized ,
266+ " qCharacteristics" : SystemParticipantTestData . cosPhiFixedSerialized ,
267267 " thermalBus" : SystemParticipantTestData . hpInput. thermalBus. uuid. toString(),
268268 " type" : SystemParticipantTestData . hpInput. type. uuid. toString()
269269 ]
@@ -274,7 +274,7 @@ class InputEntityProcessorTest extends Specification {
274274 " operatesUntil" : SystemParticipantTestData . evcsInput. operationTime. endDate. orElse(ZonedDateTime . now()). toString(),
275275 " operatesFrom" : SystemParticipantTestData . evcsInput. operationTime. startDate. orElse(ZonedDateTime . now()). toString(),
276276 " operator" : SystemParticipantTestData . evcsInput. operator. uuid. toString(),
277- " qCharacteristics" : SystemParticipantTestData . cosPhiFixedDeSerialized ,
277+ " qCharacteristics" : SystemParticipantTestData . cosPhiFixedSerialized ,
278278 " type" : SystemParticipantTestData . evcsInput. type. toString(),
279279 " cosPhiRated" : SystemParticipantTestData . evcsInput. cosPhiRated. toString(),
280280 " chargingPoints" : SystemParticipantTestData . evcsInput. chargingPoints. toString(),
@@ -632,7 +632,7 @@ class InputEntityProcessorTest extends Specification {
632632 actual. get() == expected
633633 }
634634
635- def " The InputEntityProcessor should deserialize an entity but ignore the operator field when OperatorInput is equal to NO_OPERATOR_ASSIGNED" () {
635+ def " The InputEntityProcessor should serialize an entity but ignore the operator field when OperatorInput is equal to NO_OPERATOR_ASSIGNED" () {
636636 given :
637637 InputEntityProcessor processor = new InputEntityProcessor (NodeInput )
638638 def nodeWithOutOperator = new NodeInput (
0 commit comments