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

Download this file

11 lines (10 with data), 2.1 kB

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
METHOD PRIVATE Test_Delete : BOOL
VAR_STAT
    _fbWSTRINGBuilder : Sparkplug.FB_WSTRINGBuilder;
    Actual : WSTRING;
    Step : eStep;
IF counit.TEST_ORDERED('Test_Delete') THEN
    _fbWSTRINGBuilder.Append("Hello world");   
                          Message := 'The expected string differs');
    TEST_FINISHED();
END_IF