[r383]: / branch / Aliazzz / Verifier / verifier / CODESYS_Control / Plc Logic / Application / Test / FB_TestFinishedNamedDoesNotExist / Test_FinishedNamed / svnobj  Maximize  Restore  History

Download this file

10 lines (9 with data), 1.5 kB

 1
 2
 3
 4
 5
 6
 7
 8
 9
METHOD PRIVATE Test_FinishedNamed
VAR
    a : INT := 2;
    b : INT := 2;
TEST('Test_FinishedNamed');
AssertEquals_INT(Expected := a,
                 Actual := b,
                 Message := 'Values differ');
TEST_FINISHED_NAMED('AnotherTestNameThatDoesNotExist');