@@ -48,20 +48,20 @@ void updateLnStatusBasedOnPrivateLNodeStatus_should_update_Mod_stVal(String ldIn
4848
4949 public static Stream <Arguments > provideUpdateModStVal () {
5050 return Stream .of (
51- // tests sur des LN
52- Arguments .of (named ("LN 'on;off' à mettre à 'on'" , "LDEVICE_1" ), "PDIS" , "1" , "on" ),
53- Arguments .of (named ("LN 'off;on' à mettre à 'on'" , "LDEVICE_1" ), "PDIS" , "2" , "on" ),
54- Arguments .of (named ("LN 'on' à mettre à 'on'" , "LDEVICE_1" ), "PDIS" , "3" , "on" ),
55- Arguments .of (named ("LN 'on;off' à mettre à 'off'" , "LDEVICE_1" ), "PDIS" , "4" , "off" ),
56- Arguments .of (named ("LN 'off;on' à mettre à 'off'" , "LDEVICE_1" ), "PDIS" , "5" , "off" ),
57- Arguments .of (named ("LN 'off' à mettre à 'off'" , "LDEVICE_1" ), "PDIS" , "6" , "off" ),
58- // Même tests sur des LN0
59- Arguments .of (named ("LN0 'on;off' à mettre à 'on'" , "LDEVICE_1" ), "LLN0" , "" , "on" ),
60- Arguments .of (named ("LN0 'off;on' à mettre à 'on'" , "LDEVICE_2" ), "LLN0" , "" , "on" ),
61- Arguments .of (named ("LN0 'on' à mettre à 'on'" , "LDEVICE_3" ), "LLN0" , "" , "on" ),
62- Arguments .of (named ("LN0 'on;off' à mettre à 'off'" , "LDEVICE_4" ), "LLN0" , "" , "off" ),
63- Arguments .of (named ("LN0 'off;on' à mettre à 'off'" , "LDEVICE_5" ), "LLN0" , "" , "off" ),
64- Arguments .of (named ("LN0 'off' à mettre à 'off'" , "LDEVICE_6" ), "LLN0" , "" , "off" )
51+ // Tests on LN
52+ Arguments .of (named ("LN 'on;off' to set to 'on'" , "LDEVICE_1" ), "PDIS" , "1" , "on" ),
53+ Arguments .of (named ("LN 'off;on' to set to 'on'" , "LDEVICE_1" ), "PDIS" , "2" , "on" ),
54+ Arguments .of (named ("LN 'on' to set to 'on'" , "LDEVICE_1" ), "PDIS" , "3" , "on" ),
55+ Arguments .of (named ("LN 'on;off' to set to 'off'" , "LDEVICE_1" ), "PDIS" , "4" , "off" ),
56+ Arguments .of (named ("LN 'off;on' to set to 'off'" , "LDEVICE_1" ), "PDIS" , "5" , "off" ),
57+ Arguments .of (named ("LN 'off' to set to 'off'" , "LDEVICE_1" ), "PDIS" , "6" , "off" ),
58+ // Tests on LN0
59+ Arguments .of (named ("LN0 'on;off' to set to 'on'" , "LDEVICE_1" ), "LLN0" , "" , "on" ),
60+ Arguments .of (named ("LN0 'off;on' to set to 'on'" , "LDEVICE_2" ), "LLN0" , "" , "on" ),
61+ Arguments .of (named ("LN0 'on' to set to 'on'" , "LDEVICE_3" ), "LLN0" , "" , "on" ),
62+ Arguments .of (named ("LN0 'on;off' to set to 'off'" , "LDEVICE_4" ), "LLN0" , "" , "off" ),
63+ Arguments .of (named ("LN0 'off;on' to set to 'off'" , "LDEVICE_5" ), "LLN0" , "" , "off" ),
64+ Arguments .of (named ("LN0 'off' to set to 'off'" , "LDEVICE_6" ), "LLN0" , "" , "off" )
6565 );
6666 }
6767
0 commit comments