[r452]: / trunk / coUnit / coUnit / Unit Test Framework for CODESYS / GVLs / GVL_coUnit / svnobj  Maximize  Restore  History

Download this file

19 lines (17 with data), 4.9 kB

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
{attribute 'no_assign'}
{attribute 'qualified_only'}
VAR_GLOBAL
    coUnitRunner : FB_coUnitRunner;
   
    (* Whether or not the current test being called has finished running *)
    CurrentTestIsFinished : BOOL;
	   thus that all assertions under it should be ignored as well. A test can be ignored either
    (* The assert function block instance should be 1:1 mapped to
       the test suite instance path. *)
    NumberOfInitializedTestSuites : UINT := 0;
    (* If the user is utilizing the TEST_ORDERED(), we need to keep track of which ordered test is currently running.
       The below array is only used for TEST_ORDERED()-tests.  *)
{info 'co
e - A unittest framework for CODESYS based on TcUnit. Forked with kind permission by Jakob Sagatowski and contributors. MIT Licensed.'}
NetVarProperties
ParameterList
bool