Skip to content

Commit 48d3e6c

Browse files
HpResults for testing FilenameStrategy path
1 parent f58ceb6 commit 48d3e6c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/test/groovy/edu/ie3/datamodel/io/naming/FileNamingStrategyTest.groovy

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ import edu.ie3.datamodel.models.result.system.EvResult
5252
import edu.ie3.datamodel.models.result.system.EvcsResult
5353
import edu.ie3.datamodel.models.result.system.FixedFeedInResult
5454
import edu.ie3.datamodel.models.result.system.FlexOptionsResult
55+
import edu.ie3.datamodel.models.result.system.HpResult
5556
import edu.ie3.datamodel.models.result.system.LoadResult
5657
import edu.ie3.datamodel.models.result.system.PvResult
5758
import edu.ie3.datamodel.models.result.system.StorageResult
@@ -105,6 +106,7 @@ class FileNamingStrategyTest extends Specification {
105106
FixedFeedInResult || Path.of("test_grid", "results", "participants")
106107
BmResult || Path.of("test_grid", "results", "participants")
107108
PvResult || Path.of("test_grid", "results", "participants")
109+
HpResult || Path.of("test_grid", "results", "participants")
108110
ChpResult || Path.of("test_grid", "results", "participants")
109111
WecResult || Path.of("test_grid", "results", "participants")
110112
StorageResult || Path.of("test_grid", "results", "participants")
@@ -247,6 +249,7 @@ class FileNamingStrategyTest extends Specification {
247249
BmResult || Path.of("test_grid", "results", "participants", "bm_res")
248250
PvResult || Path.of("test_grid", "results", "participants", "pv_res")
249251
ChpResult || Path.of("test_grid", "results", "participants", "chp_res")
252+
HpResult || Path.of("test_grid", "results", "participants", "hp_res")
250253
WecResult || Path.of("test_grid", "results", "participants", "wec_res")
251254
StorageResult || Path.of("test_grid", "results", "participants", "storage_res")
252255
EvcsResult || Path.of("test_grid", "results", "participants", "evcs_res")
@@ -469,6 +472,7 @@ class FileNamingStrategyTest extends Specification {
469472
BmResult || Optional.empty()
470473
PvResult || Optional.empty()
471474
ChpResult || Optional.empty()
475+
HpResult || Optional.empty()
472476
WecResult || Optional.empty()
473477
StorageResult || Optional.empty()
474478
EvcsResult || Optional.empty()
@@ -612,6 +616,7 @@ class FileNamingStrategyTest extends Specification {
612616
BmResult || Path.of("bm_res")
613617
PvResult || Path.of("pv_res")
614618
ChpResult || Path.of("chp_res")
619+
HpResult || Path.of("hp_res")
615620
WecResult || Path.of("wec_res")
616621
StorageResult || Path.of("storage_res")
617622
EvcsResult || Path.of("evcs_res")

0 commit comments

Comments
 (0)