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

Download this file

7 lines (6 with data), 2.1 kB

1
2
3
4
5
6
IF counit.TEST_ORDERED('Test_Append') THEN
    GVL.Test_Append := GVL.Test_Append + 1;
    _fbWSTRINGBuilder.Append(sTest1);   
    sResult1 := _fbWSTRINGBuilder.ToWString();
    AssertEquals_WSTRING( Expected := sTest1, 
                          Actual := sResult1,