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

Download this file

18 lines (17 with data), 2.3 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();
//Test_Len();
//Test_Mid();
//Test_ReplaceAt();
//Test_Reset();
//Test_Right();
//Test_ToString();
//Test_ToWString();