[r918]: / branches / develop / mqttsparkplug / mqttsparkplug-unittest / Device / Plc Logic / mqttsparkplug / PRG_UNIT_TEST / FB Tests / FB_WSTRINGBuilder_TestSuite / svnobj  Maximize  Restore  History

Download this file

18 lines (17 with data), 2.6 kB

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
(*
    Unittests for 'WStringBuilder'
*)
FUNCTION_BLOCK FB_WSTRINGBuilder_TestSuite EXTENDS FB_TestSuite
Test_Append(); // succes
Test_MultiAppend(); // succes
Test_Delete(); // succes
Test_Find(); // fails -> should fix
Test_InsertAt(); // fails -> should fix
Test_Left(); // fails -> should fix
Test_Len(); // fails -> should fix
Test_Mid(); // fails -> should fix
Test_ReplaceAt(); // fails -> should fix
Test_Reset(); // fails -> should fix
Test_Right(); // fails -> should fix
Test_ToString(); // fails -> should fix
Test_ToWString(); // fails -> should fix