[r447]: / branch / coUnit / coUnit / Unit Test Framework for CODESYS / DUTs / ST_TestSuiteResult / svnobj  Maximize  Restore  History

Download this file

8 lines (7 with data), 1.7 kB

1
2
3
4
5
6
7
TYPE ST_TestSuiteResult :
STRUCT
    Name : T_MaxString; // Full class name
    NumberOfTests : UINT(0..GVL_Param_coUnit.MaxNumberOfTestsForEachTestSuite);
    TestCaseResults : ARRAY[1..GVL_Param_coUnit.MaxNumberOfTestsForEachTestSuite] OF ST_TestCaseResult;
END_STRUCT
END_TYPE