@@ -40,7 +40,7 @@ import static edu.ie3.util.quantities.PowerSystemUnits.PU
4040 */
4141class InputEntityProcessorTest extends Specification {
4242
43- def " A InputEntityProcessor should de- serialize a provided NodeInput correctly" () {
43+ def " A InputEntityProcessor should serialize a provided NodeInput correctly" () {
4444 given :
4545 def processor = new InputEntityProcessor (NodeInput )
4646 def validResult = GridTestData . nodeA
@@ -67,7 +67,7 @@ class InputEntityProcessorTest extends Specification {
6767 processingResult. get() == expectedResults
6868 }
6969
70- def " A InputEntityProcessor should de- serialize a provided ConnectorInput correctly" () {
70+ def " A InputEntityProcessor should serialize a provided ConnectorInput correctly" () {
7171 given :
7272 def processor = new InputEntityProcessor (modelClass)
7373 def validInput = modelInstance
@@ -137,7 +137,7 @@ class InputEntityProcessorTest extends Specification {
137137 ]
138138 }
139139
140- def " A InputEntityProcessor should de- serialize a provided SystemParticipantInput correctly" () {
140+ def " A InputEntityProcessor should serialize a provided SystemParticipantInput correctly" () {
141141 given :
142142 def processor = new InputEntityProcessor (modelClass)
143143 def validInput = modelInstance
@@ -283,7 +283,7 @@ class InputEntityProcessorTest extends Specification {
283283 ]
284284 }
285285
286- def " The InputEntityProcessor should de- serialize a provided NodeGraphicInput with point correctly" () {
286+ def " The InputEntityProcessor should serialize a provided NodeGraphicInput with point correctly" () {
287287 given :
288288 InputEntityProcessor processor = new InputEntityProcessor (NodeGraphicInput )
289289 NodeGraphicInput validNode = GridTestData . nodeGraphicC
@@ -303,7 +303,7 @@ class InputEntityProcessorTest extends Specification {
303303 actual. get() == expected
304304 }
305305
306- def " The InputEntityProcessor should de- serialize a provided NodeGraphicInput with path correctly" () {
306+ def " The InputEntityProcessor should serialize a provided NodeGraphicInput with path correctly" () {
307307 given :
308308 InputEntityProcessor processor = new InputEntityProcessor (NodeGraphicInput )
309309 NodeGraphicInput validNode = GridTestData . nodeGraphicD
@@ -323,7 +323,7 @@ class InputEntityProcessorTest extends Specification {
323323 actual. get() == expected
324324 }
325325
326- def " The InputEntityProcessor should de- serialize a provided LineGraphicInput correctly" () {
326+ def " The InputEntityProcessor should serialize a provided LineGraphicInput correctly" () {
327327 given :
328328 InputEntityProcessor processor = new InputEntityProcessor (LineGraphicInput )
329329 LineGraphicInput validNode = GridTestData . lineGraphicCtoD
@@ -342,7 +342,7 @@ class InputEntityProcessorTest extends Specification {
342342 actual. get() == expected
343343 }
344344
345- def " The InputEntityProcessor should de- serialize a provided OperatorInput correctly" () {
345+ def " The InputEntityProcessor should serialize a provided OperatorInput correctly" () {
346346 given :
347347 InputEntityProcessor processor = new InputEntityProcessor (OperatorInput )
348348 OperatorInput operator = new OperatorInput (UUID . fromString(" 420ee39c-dd5a-4d9c-9156-23dbdef13e5e" ), " Prof. Brokkoli" )
@@ -359,7 +359,7 @@ class InputEntityProcessorTest extends Specification {
359359 actual. get() == expected
360360 }
361361
362- def " The InputEntityProcessor should de- serialize a provided RandomLoadParameters correctly" () {
362+ def " The InputEntityProcessor should serialize a provided RandomLoadParameters correctly" () {
363363 given :
364364 InputEntityProcessor processor = new InputEntityProcessor (RandomLoadParameters )
365365 RandomLoadParameters parameters = new RandomLoadParameters (
@@ -397,7 +397,7 @@ class InputEntityProcessorTest extends Specification {
397397 actual. get() == expected
398398 }
399399
400- def " The InputEntityProcessor should de- serialize a provided WecTypeInput correctly" () {
400+ def " The InputEntityProcessor should serialize a provided WecTypeInput correctly" () {
401401 given :
402402 InputEntityProcessor processor = new InputEntityProcessor (WecTypeInput )
403403 WecTypeInput type = TypeTestData . wecType
@@ -422,7 +422,7 @@ class InputEntityProcessorTest extends Specification {
422422 actual. get() == expected
423423 }
424424
425- def " The InputEntityProcessor should de- serialize a provided Transformer2WTypeInput correctly" () {
425+ def " The InputEntityProcessor should serialize a provided Transformer2WTypeInput correctly" () {
426426 given :
427427 InputEntityProcessor processor = new InputEntityProcessor (Transformer2WTypeInput )
428428 Transformer2WTypeInput type = GridTestData . transformerTypeBtoD
@@ -452,7 +452,7 @@ class InputEntityProcessorTest extends Specification {
452452 actual. get() == expected
453453 }
454454
455- def " The InputEntityProcessor should de- serialize a provided Transformer3WTypeInput correctly" () {
455+ def " The InputEntityProcessor should serialize a provided Transformer3WTypeInput correctly" () {
456456 given :
457457 InputEntityProcessor processor = new InputEntityProcessor (Transformer3WTypeInput )
458458 Transformer3WTypeInput type = GridTestData . transformerTypeAtoBtoC
@@ -488,7 +488,7 @@ class InputEntityProcessorTest extends Specification {
488488 actual. get() == expected
489489 }
490490
491- def " The InputEntityProcessor should de- serialize a provided LineTypeInput correctly" () {
491+ def " The InputEntityProcessor should serialize a provided LineTypeInput correctly" () {
492492 given :
493493 InputEntityProcessor processor = new InputEntityProcessor (LineTypeInput )
494494 LineTypeInput type = GridTestData . lineTypeInputCtoD
@@ -511,7 +511,7 @@ class InputEntityProcessorTest extends Specification {
511511 actual. get() == expected
512512 }
513513
514- def " The InputEntityProcessor should de- serialize a provided EvTypeInput correctly" () {
514+ def " The InputEntityProcessor should serialize a provided EvTypeInput correctly" () {
515515 given :
516516 InputEntityProcessor processor = new InputEntityProcessor (EvTypeInput )
517517 EvTypeInput type = TypeTestData . evType
@@ -534,7 +534,7 @@ class InputEntityProcessorTest extends Specification {
534534 actual. get() == expected
535535 }
536536
537- def " The InputEntityProcessor should de- serialize a provided ChpTypeInput correctly" () {
537+ def " The InputEntityProcessor should serialize a provided ChpTypeInput correctly" () {
538538 given :
539539 InputEntityProcessor processor = new InputEntityProcessor (ChpTypeInput )
540540 ChpTypeInput type = TypeTestData . chpType
@@ -559,7 +559,7 @@ class InputEntityProcessorTest extends Specification {
559559 actual. get() == expected
560560 }
561561
562- def " The InputEntityProcessor should de- serialize a provided HpTypeInput correctly" () {
562+ def " The InputEntityProcessor should serialize a provided HpTypeInput correctly" () {
563563 given :
564564 InputEntityProcessor processor = new InputEntityProcessor (HpTypeInput )
565565 HpTypeInput type = TypeTestData . hpType
@@ -581,7 +581,7 @@ class InputEntityProcessorTest extends Specification {
581581 actual. get() == expected
582582 }
583583
584- def " The InputEntityProcessor should de- serialize a provided BmTypeInput correctly" () {
584+ def " The InputEntityProcessor should serialize a provided BmTypeInput correctly" () {
585585 given :
586586 InputEntityProcessor processor = new InputEntityProcessor (BmTypeInput )
587587 BmTypeInput type = TypeTestData . bmType
@@ -604,7 +604,7 @@ class InputEntityProcessorTest extends Specification {
604604 actual. get() == expected
605605 }
606606
607- def " The InputEntityProcessor should de- serialize a provided StorageTypeInput correctly" () {
607+ def " The InputEntityProcessor should serialize a provided StorageTypeInput correctly" () {
608608 given :
609609 InputEntityProcessor processor = new InputEntityProcessor (StorageTypeInput )
610610 StorageTypeInput type = TypeTestData . storageType
0 commit comments