[r930]: / branches / develop / mqttsparkplug / mqttsparkplug-unittest / Device / Plc Logic / application / FB Tests / FB_WSTRINGBuilder_TestSuite / Test_Append / svnobj  Maximize  Restore  History

Download this file

6 lines (5 with data), 2.0 kB

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